{% extends "helfertool/admin.html" %} {% load i18n bootstrap4 icons staticfiles permissions %} {% block admincontent %} {% is_admin event as admin %}
{% trans "There are no jobs and shifts." %}
{% else %} {# export of all jobs #} {% if admin and not event.archived %}{% icon "file-download" %} {% trans "Export" %}:
{% trans "All days" %} |
|
{% trans "Export single days" %}
{% endif %} {% endif %} {% for job in event.job_set.all %} {% is_job_admin job as job_admin %}{% icon "info-circle" %} {% trans "Show" %}
{% endif %}{% blocktrans trimmed with number=job.num_coordinators %} Number of coordinators: {{ number }} {% endblocktrans %}
{{ day }} | {% endfor %}
---|
{% for shift in shifts %}
{% if shift.hidden %}
{% icon "eye-slash" %}
{% elif shift.blocked %}
{% icon "lock" %}
{% endif %}
{{ shift.time_hours }}
{{ shift.num_helpers_archived }}/{{ shift.number }}
{% if shift.name %}
{{ shift.name }} {% endif %}
{% if shift.helpers_percent == 100 %}
{% endfor %}
|
{% endfor %}