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

    Create New Tool

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

    No identification tools exist.

    {% endif %}
    {% endblock app_content %}