{% extends "generic/object.html" %} {% load render_table from django_tables2 %} {% load plugins %} {% load i18n %} {% block content %}
Attachment
Name {{ object.name }}
Description {{ object.description }}
Filename
{{ object.filename }}
Size {{ object.size|filesizeformat }}
Created {{ object.created }}
Updated {{ object.last_updated }}
{% include "inc/panels/custom_fields.html" %} {% plugin_left_page object %}
{% include "inc/panels/tags.html" %} {% include "inc/panels/comments.html" %} {% plugin_right_page object %}
{% trans "Assigned To" %}
{% if perms.netbox_attachments.add_netboxattachmentassignment %} {% trans "Assign to Object" %} {% endif %}
{% render_table assignments_table %}
{% plugin_full_width_page object %}
{% endblock content %}