{% extends "fpr/app_layout.html" %} {% load staticfiles %} {% block title %}Archivematica FPR Server - Revisions{% endblock title %} {% block page_title %} {{ revision_type }} Revision History {% endblock page_title %} {% block breadcrumbs %} {{ block.super }}
  • Revisions
  • {% endblock breadcrumbs %} {% block app_content %}
    {% include 'fpr/_sidebar.html' %}
    {% if revision %} {% for descendant in descendants %} {% endfor %} {% for ancestor in ancestors %} {% endfor %}
    UUID Last Modified
    {{ descendant.uuid }} {{ descendant.lastmodified }}
    » {{ revision.uuid }} {{ revision.lastmodified }}
    {{ ancestor.uuid }} {{ ancestor.lastmodified }}
    {% else %}

    No revisions exist.

    {% endif %}
    {% endblock app_content %}