{% load i18n %}
| {% trans 'WL ID table header' %} | {% trans 'WL Active option' %} | {% trans 'WL Domain table header' %} | {% trans 'WL MZ table header' %} | {% trans 'WL Extension table header' %} | {% trans 'WL Actions table header' %} |
|---|---|---|---|---|---|
| {{ rule.wl_id }} |
|
{{ rule.domain }} | {% for mz_rule in rule.mz %}{{ mz_rule }}{% if not forloop.last %}|{% endif %}{% endfor %} | {{ rule.extension }} | {% include 'my_waf/edit_wl.html' %} {% include 'my_waf/delete_wl.html' %} |