{% extends '_base.html' %} {% load helpers %} {% block actions %} {% if perms.core.delete_datafile %} Delete {% endif %} {% endblock %} {% block breadcrumb %}
| Source | {{ instance.source|as_link }} |
| Path | {{ instance.path }} |
| Updated | {{ instance.updated|date_span|render_none }} |
| Size | {{ instance.size }} byte{{ instance.size|pluralize }} |
| SHA256 hash | {{ instance.hash }} |
{{ instance.data_as_string }}