{% load i18n bootstrap4 icons %} {% comment %} required parameters: event job helpers optional: shift Ff shift is missing this template assumes that the printed helpers are coordinators. This is only important for the delete_helper view. {% endcomment %} {% if event.ask_shirt %} {% endif %} {% if event.ask_vegetarian %} {% endif %} {% if job.infection_instruction %} {% endif %} {% for helper in helpers|dictsort:"timestamp" %} {% if event.ask_shirt %} {% endif %} {% if event.ask_vegetarian %} {% endif %} {% if job.infection_instruction %} {% endif %} {% endfor %}
{% trans "First name" %} {% trans "Surname" %} {% trans "T-shirt" %} {% trans "Vegetarian" %} {% trans "Food handling" %} {% trans "Comment" %} {% trans "Registration time" %}
{{ helper.firstname }} {{ helper.surname }}{{ helper.get_shirt_display }}{{ helper.vegetarian | yesno }}{{ helper.get_infection_instruction_short }}{{ helper.comment }} {{ helper.timestamp }} {% icon "search" %} {% trans "View" %}
{% if shift %} {% icon "trash-alt" %} {% trans "Delete" %} {% else %} {% icon "trash-alt" %} {% trans "Delete" %} {% endif %}
{% if helper.has_to_validate %} {% icon "times" %} {% trans "Not validated" %} {% endif %}