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

Edit Regulation Configuration

{% csrf_token %} {% include "dojo/form_fields.html" with form=tform %}
{% if "dojo.delete_regulation"|has_configuration_permission:request %} {% endif %}
{% endblock %} {% block postscript %} {{ block.super }} {% endblock %}