{% extends "base.html" %} {% load navigation_tags %} {% load authorization_tags %} {% block content %} {{ block.super }}

Regulations {% if "dojo.add_regulation"|has_configuration_permission:request %} {% endif %}

{% if confs %}
{% include "dojo/paging_snippet.html" with page=confs page_size=True %}
{% for conf in confs %} {% endfor %}
Regulation Acronym Jurisdiction Category Reference Description
{% if "dojo.change_regulation"|has_configuration_permission:request %} {{ conf.name }} {% else %} {{ conf.name }} {% endif %} {{ conf.acronym }} {{ conf.jurisdiction }} {{ conf.category }} {{ conf.reference }} {{ conf.description }}
{% include "dojo/paging_snippet.html" with page=confs page_size=True %}
{% else %}

No tool type configurations found.

{% endif %}
{% endblock %} {% block postscript %} {{ block.super }} {% include "dojo/filter_js_snippet.html" %} {% endblock %}