{% extends 'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load perms %} {% load plugins %} {% block breadcrumbs %} {{ block.super }}
| Source | {{ object.source }} |
|---|---|
| Path | {{ object.path }} |
| Last Updated | {{ object.last_updated }} |
| Size | {{ object.size }} byte{{ object.size|pluralize }} |
| SHA256 Hash | {{ object.hash }} |
{{ object.data_as_string }}