{% extends "fpr/app_layout.html" %} {% load staticfiles %} {% block title %}Archivematica FPR Server - Format Policy Rules{% endblock title %} {% block page_title %} Format Policy Rule Information {% endblock page_title %} {% block breadcrumbs %} {{ block.super }}
Purpose | Format | Command | Success | Enabled | Actions |
---|---|---|---|---|---|
{{ fprule.get_purpose_display }} | {{ fprule.format.description }} | {{ fprule.command.description }} | {{ fprule.count_okay }} out of {{ fprule.count_attempts }} | {{ fprule.enabled }} | View {% if request.user.is_superuser %} | Replace | {{ fprule.enabled|yesno:"Disable,Enable" }} {% endif %} |
No format policy rules exist.
{% endif %}