{% extends "fitcheck/base.html" %} {% load i18n %} {% block fitcheck_content %}
{% csrf_token %}
{% if policy %}{{ policy.name }}{% else %}{% translate "New Compliance Policy" %}{% endif %}
{{ form.name }} {% for error in form.name.errors %}
{{ error }}
{% endfor %}
{{ form.description }}
{% if policy %} {% endif %}
{% translate "Slot-Group Overrides" %}
{% for row in rows %} {% endfor %}
{% translate "Slot Group" %} {% translate "Enforcement" %} {% translate "Min Meta" %} {% translate "Abyssal" %} {% translate "Qty %" %}
{% include "fitcheck/partials/section_icon.html" with code=row.section %} {{ row.label }} {{ row.form.enforcement }} {{ row.form.min_meta_level }} {{ row.form.allow_mutated }} {% if row.is_quantity %} {{ row.form.min_quantity_pct }} {% else %} {% endif %}
{% translate "Cancel" %}
{% endblock %}