Back to Netbox

Imageattachment File

netbox/templates/extras/panels/imageattachment_file.html

4.6.2338 B
Original Source

{% extends "ui/panels/_base.html" %} {% load i18n %} {% block panel_content %}

| {% trans "Filename" %} | {{ object.filename }} | | {% trans "Dimensions" %} | {{ object.image_width }} × {{ object.image_height }} | | {% trans "Size" %} | {{ object.size|filesizeformat }} |

{% endblock panel_content %}