{% extends 'allianceauth_pve/base.html' %} {% load evelinks %} {% load humanize %} {% load django_bootstrap5 %} {% block page_title %}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 %}
Character | Setups | {% if rotation.is_closed %}Actual Total | Estimated Total | {% else %} | 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 %} |