{% extends 'allianceauth_pve/base.html' %} {% load evelinks %} {% load humanize %} {% load django_bootstrap5 %} {% load i18n %} {% block page_title %}{% translate "Rotation" %} {{ rotation.name }}{% endblock page_title %} {% block extra_css %} {% include "bundles/datatables-css-bs5.html" %} {% if rotation.is_closed %} {% endif %} {% endblock extra_css %} {% block pvecontent %}
{% translate "Character" %} | {% translate "Setups" %} | {% if rotation.is_closed %}{% translate "Actual Total" %} | {% translate "Estimated Total" %} | {% else %} | {% translate "Total" %} | {% endif %}
---|---|---|---|---|---|
|
{{ row.helped_setups }} | {% if rotation.is_closed %}{{ row.actual_total|floatformat:0|intcomma }} | {% endif %}{{ row.estimated_total|floatformat:0|intcomma }} | {% if rotation.is_closed %}{% endif %} |