{% extends 'generic/object.html' %} {% load helpers %} {% load humanize %} {% load plugins %} {% block content %}
Asset
{% if object.external_url %} {% else %} {% endif %}
id {{ object.id }}
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' %}
{% plugin_full_width_page object %}
{% endblock content %}