{% extends "app_layout.html" %} {% load staticfiles %} {% load revisions_link %} {% block title %}Archivematica FPR Server - Format Version {{format.description}}{% endblock title %} {% block page_title %} {{format}} Format Version Information {% endblock page_title %} {% block breadcrumbs %} {{ block.super }}
  • Formats
  • {{ format.description }}
  • {{ version.description }}
  • {% endblock breadcrumbs %} {% block app_content %}
    {% include 'fpr/_sidebar.html' %}
    {% revisions_link "formatversion" version.uuid %}
    UUID
    {{ version.uuid }}
    Description
    {{ version.description }}
    Version
    {{ version.version }}
    Pronom ID
    {{ version.pronom_id }}
    Format
    {{ format.description }}
    Access?
    {{ version.access_format }}
    Preservation?
    {{ version.preservation_format }}
    Enabled
    {{ version.enabled }}
    {% if request.user.is_superuser %}
    Actions
    Replace
    {% endif %}
    {% endblock app_content %}