{% extends 'generic/object.html' %} {% load helpers %} {% load humanize %} {% load plugins %} {% block content %}
Diagram Image
{% if object.external_url %} {% else %} {% endif %}
Name {{ object.name|placeholder }}
External URL {{ object.external_url }}
Filename {{ object.filename }}
Size {{ object.size|filesizeformat }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock content %}