{% extends 'allianceauth/base.html' %} {% load humanize %} {% block page_title %}PvE Dashboard{% endblock page_title %} {% block content %}
1 month
{% if onemonth.actual_total %}{{ onemonth.actual_total|floatformat|intcomma }}
{{ onemonth.helped_setups }} setup(s)
{% else %}No activity in the last month
{% endif %}3 months
{% if threemonth.actual_total %}{{ threemonth.actual_total|floatformat|intcomma }}
{{ threemonth.helped_setups }} setup(s)
{% else %}No activity in the last 3 months
{% endif %}6 months
{% if sixmonth.actual_total %}{{ sixmonth.actual_total|floatformat|intcomma }}
{{ sixmonth.helped_setups }} setup(s)
{% else %}No activity in the last 6 months
{% endif %}1 year
{% if oneyear.actual_total %}{{ oneyear.actual_total|floatformat|intcomma }}
{{ oneyear.helped_setups }} setup(s)
{% else %}No activity in the last year
{% endif %}Name | Age (days) | Participants | Current Total |
---|---|---|---|
{{ rotation.name }} | {{ rotation.days_since }} | {{ rotation.summary.count }} | {{ rotation.estimated_total|floatformat|intcomma }} |
Name | Closed On | Participants | Total |
---|---|---|---|
{{ rotation.pk }} - {{ rotation.name }} | {{ rotation.closed_at }} | {{ rotation.summary.count }} | {{ rotation.actual_total|floatformat|intcomma }} |