{% extends "fitcheck/base.html" %} {% load i18n %} {% block fitcheck_content %}
{% translate "Your fit contains mutated (abyssal) modules" %}

{% translate "The in-game fit copy does not include mutation rolls, so enter the values from each module's attributes (show info in game, or export from Pyfa with mutations to skip this step). Entered values are marked self-reported for the reviewer." %}

{% csrf_token %} {% for doctrine in selected_doctrines %} {% endfor %} {% for spec in specs %}
{{ spec.name }}
{% for attr in spec.attributes %} {% endfor %}
{% translate "Attribute" %} {% translate "Required (Baseline)" %} {% translate "Your Roll" %}
{{ attr.label }} {{ attr.baseline }} {% if attr.high_is_good %} ({% translate "higher is better" %}) {% else %} ({% translate "lower is better" %}) {% endif %}
{% endfor %} {% translate "Back" %}
{% endblock %}