{% extends "framework.html" %} {% block content %} {% block action_modals %} {% include "modals/objects/edit_rule_modal.html" %} {% endblock action_modals %}
{{ rule.name }}

{{ rule.description }}

{% for r in rule.srs %} {{ r.name }}

{{r.as_svg|safe}}

{% endfor %}
{% endblock content %}