{% extends "app_layout.html" %} {% 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 }}
  • Formats
  • {{ format.description }}
  • {% endblock breadcrumbs %} {% block app_content %}
    {% include 'fpr/_sidebar.html' %}
    UUID
    {{ format.uuid }}
    Description
    {{ format.description }}
    Group
    {% if request.user.is_superuser %} {{ format.group }} {% else %} {{ format.group }} {% endif %}
    {% if request.user.is_superuser %}
    Actions
    Edit
    {% endif %}

    Specific Versions

    {% if request.user.is_superuser %}

    Create New Format Version

    {% endif %} {% if format_versions %} {% for version in format_versions %} {% endif %} {% endfor %}
    Description Version Pronom ID Access format? Preservation format? Enabled 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" }} {{ version.enabled }} View {% if request.user.is_superuser %} | Replace | {{ version.enabled|yesno:"Disable,Enable" }}
    {% else %}

    No versions exist for {{ format.description }}.

    {% endif %}
    {% endblock app_content %}