{% extends 'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load perms %} {% load plugins %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block controls %}
{% plugin_buttons object %}
{% if request.user|can_delete:object %} {% delete_button object %} {% endif %}
{% custom_links object %}
{% endblock controls %} {% block content %}
Data File
Source {{ object.source|linkify }}
Path {{ object.path }}
Last Updated {{ object.last_updated }}
Size {{ object.size }} byte{{ object.size|pluralize }}
SHA256 Hash {{ object.hash }}
Content
{{ object.data_as_string }}
{% plugin_left_page object %}
{% plugin_full_width_page object %}
{% endblock %}