{% extends "helfertool/admin.html" %} {% load i18n bootstrap4 staticfiles duration %} {% block admincontent %}

{% trans "Statistics" %}

{% if event.ask_vegetarian %} {% endif %}
{% trans "Number of shift slots" %} {{ num_shift_slots | default:"-" }}
{% trans "Total number of hours (also free slots)" %} {% if hours_total %} {{ hours_total | duration_hours }} {% trans "hours" %} {% else %} - {% endif %}
{% trans "Helpers and coordinators" %} {{ num_helpers }}
{% trans "Coordinators" %} {{ num_coordinators }}
{% trans "Vegetarians" %} {{ num_vegetarians }}
{% trans "Number of empty shift slots" %} {{ num_empty_shift_slots | default:"-" }}

{% trans "Chronological development of registrations" %}

{% trans "No helpers are registered." %}

{% endblock %}