{% extends "fpr/app_layout.html" %} {% load i18n %} {% block title %}{{ block.super }} - {% trans "Format policy registry tools" %}{% endblock title %} {% block page_title %}{% trans "Format policy registry tools" %}{% endblock page_title %} {% block breadcrumbs %} {{ block.super }}
{% trans "Description" %} | {% trans "Version" %} | {% trans "Actions" %} |
---|---|---|
{{ fptool.description }} | {{ fptool.version }} | {% trans "View" %} {% if request.user.is_superuser %} | {% trans "Edit" %} {% endif %} |
{% trans "No tools exist." %}
{% endif %}