{% extends "fitcheck/base.html" %} {% load i18n %} {% block fitcheck_content %}
{{ fit.description|linebreaksbr }}
{% endif %} {% for section in sections %}|
|
×{{ item.quantity }} {% if item.min_quantity_pct != 100 %} ({% blocktranslate with pct=item.min_quantity_pct %}min {{ pct }}%{% endblocktranslate %}) {% endif %} | {% if item.no_enforcement %} {% translate "No enforcement" %} {% else %} {{ item.get_policy_display }} {% endif %} {% if item.mutated_allowed %} {% translate "Abyssal OK" %} {% endif %} |
{% if item.alternatives %}
{{ item.alternatives|length }} {% translate "allowed alternatives" %}{% for alt in item.alternatives %} {{ alt.name }} {% endfor %} |