{% translate "Browse all definitions" %}
{% for category in categories %}{{ category.title }}
{% if category.description %}{{ category.description }}
{% endif %}| {% translate "Group" %} | {% translate "Description" %} | {% translate "Tunables" %} | {% translate "Rules" %} | |
|---|---|---|---|---|
| {{ row.title }} | {{ row.description }} | {{ row.count }} | {% for rule in row.validators %}{{ rule }}{% if not forloop.last %} {% endif %}{% endfor %} |
{% if row.can_edit and synced %}{% translate "Edit" %}{% endif %} |
{% translate "Rules across groups" %}
- {% for rule in validators %}
- {{ rule }} {% endfor %}