{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block content %}
Location Document
{% if object.external_url %} {% else %} {% endif %}
Name {{ object.name|placeholder }}
Site {{ object.site }}
Location {{ object.location }}
Document Type {% badge object.get_document_type_display bg_color=object.get_document_type_color %}
External URL {{ object.external_url }}
Filename {{ object.filename }}
Size {{ object.size|filesizeformat }}
{% include 'inc/panels/custom_fields.html' %} {% plugin_left_page object %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}