{% extends "fpr/app_layout.html" %} {% load staticfiles %} {% block title %}Archivematica FPR Server - Format Policy Commands{% endblock title %} {% block page_title %} Format Policy Command Information {% endblock page_title %} {% block breadcrumbs %} {{ block.super }}
Description | Usage | Tool | Enabled | Actions |
---|---|---|---|---|
{{ fpcommand.description }} | {{ fpcommand.get_command_usage_display }} | {{ fpcommand.tool.description }} | {{ fpcommand.enabled }} | View {% if request.user.is_superuser %} | Replace | {{ fpcommand.enabled|yesno:"Disable,Enable" }} {% endif %} |
No format policy commands exist.
{% endif %}