{% extends 'allianceauth/base.html' %} {% load static %} {% load evelinks %} {% load humanize %} {% load bootstrap %} {% block page_title %}Rotation {{ rotation.name }}{% endblock page_title %} {% block extra_css %} {% endblock extra_css %} {% block content %}
Status
Closed
{% else %}Age
{{ rotation.days_since }} days
{% endif %}Estimated Total
{{ rotation.estimated_total|floatformat:0|intcomma }}
Actual Total
{{ rotation.actual_total|floatformat:0|intcomma }}
Tax Rate
{{ rotation.tax_rate|floatformat }} %
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 }} |
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 }} |