{{ rule.name }}
{% if rule.description %}{{ rule.description }}
{% endif %}
{{ rule.category_label }}
{{ rule.effect }}
{% if rule.is_customized %}Customized{% endif %}
{% if rule.constraint_inputs %}
{% endif %}
Edit Values
{{ rule.action_type }}
-
{% for row in rule.constraint_rows %}
- {{ row.label }}
- {% if row.monospace %}
{{ row.value }}{% else %}{{ row.value }}{% endif %}
{% endfor %}