{% extends "fpr/app_layout.html" %} {% load staticfiles %} {% block title %}Archivematica FPR Server - Tools{% endblock title %} {% block page_title %} Format Policy Registry Tool Information {% endblock page_title %} {% block breadcrumbs %} {{ block.super }}
  • Format Policy Registry Tools
  • {% endblock breadcrumbs %} {% block app_content %}
    {% include 'fpr/_sidebar.html' %}
    {% if request.user.is_superuser %}

    Create New Tool

    {% endif %} {% if fptools %} {% for fptool in fptools %} {% endfor %}
    Description Version Actions
    {{ fptool.description }} {{ fptool.version }} View {% if request.user.is_superuser %} | Edit {% endif %}
    {% else %}

    No tools exist.

    {% endif %}
    {% endblock app_content %}