{% extends "fpr/app_layout.html" %} {% load bootstrap_tags %} {% load staticfiles %} {% block title %}Archivematica FPR Server - {{ action }} Format Version{% endblock title %} {% block page_title %} {{ action }} Format Version {% endblock page_title %} {% block breadcrumbs %} {{ block.super }}
  • Formats
  • {{ format.description }}
  • {{ action }} Format Version
  • {% endblock breadcrumbs %} {% block app_content %}
    {% include 'fpr/_sidebar.html' %}
    {% if version %}
    {% else %} {% endif %} {% csrf_token %}

    Format: {{ format.description }}

    {{ form|as_bootstrap }}
    {% endblock app_content %}