{% extends "fpr/app_layout.html" %} {% load staticfiles %} {% block title %}Archivematica FPR Server - {{ fptool.description }} {{ fptool.version }}{% endblock title %} {% block page_title %} {{ fptool.description }} Information {% endblock page_title %} {% block breadcrumbs %} {{ block.super }}
  • Format Policy Registry Tools
  • {{ fptool.description }}
  • {% endblock breadcrumbs %} {% block app_content %}
    {% include 'fpr/_sidebar.html' %}
    UUID
    {{ fptool.uuid }}
    Description
    {{ fptool.description }}
    Version
    {{ fptool.version }}
    Enabled
    {{ fptool.enabled }}
    {% if request.user.is_superuser %}
    Actions
    Edit
    {% endif %}

    Tool Commands

    {% if request.user.is_superuser %}

    Create New Tool Command

    {% endif %} {% if fpcommands %} {% if request.user.is_superuser %} {% endif %} {% for fpcommand in fpcommands %} {% if request.user.is_superuser %} {% endif %} {% endfor %}
    Command UUIDActions
    {{ fpcommand.description }} {{ fpcommand.uuid }}Replace
    {% else %}

    No commands exist for {{ fptool.description }}.

    {% endif %}
    {% endblock app_content %}