{% extends "base.html" %} {% import "_base.html" as _base %} {% import "_section.html" as _section %} {% block content -%}
{%- trans %}Show raw config{% endtrans -%}
{% trans %}Matched rules: {% endtrans %} {% for rulename in section['matched_rules'] %} {{ _section.rule_link(section, {'name': rulename}) }} {%- if not loop.last %}, {% endif %} {%- endfor %}
{%- endmacro %}