{% extends "app_layout.html" %} {% load url from future %} {% load staticfiles %} {% block title %}Archivematica FPR Server - Format {{format.description}}{% endblock title %} {% block page_title %} {{format}} Format Information {% endblock page_title %} {% block breadcrumbs %} {{ block.super }}
Description | Version | Pronom ID | Access format? | Preservation format? | Actions |
---|---|---|---|---|---|
{{ version.description }} | {% if version.version %}{{ version.version }}{% endif %} | {% if version.pronom_id %}{{ version.pronom_id}}{% endif %} | {{ version.access_format|yesno:"Yes, No" }} | {{ version.preservation_format|yesno:"Yes, No" }} | View {% if request.user.is_superuser %} | Replace | Disable | {% endif %}
No versions exist for {{ format.description }}.
{% endif %}