{% extends "base.html" %} {% block title %}{{title}}{% endblock %} {% block h2 %}{{title}}{% endblock %} {% block content %} {% if manage_rules == '1' %} {% from 'include/input_macros.html' import input, checkbox %}
{{lang.words.rule_name}} | {{lang.words.enabled|title()}} | {{lang.words.desc|title()}} | |
{{r.rule_name}} | {% set id = 'rule_id-' + r.id|string() %} {% if r.en == 1 %} {{ checkbox(id, checked='checked') }} {% else %} {{ checkbox(id) }} {% endif %} | {{r.desc}} | {{lang.words.view|title()}}/{{lang.words.edit|title()}} |