{% 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 %}
{% trans "First name" %} | {% trans "Surname" %} | {% if event.ask_shirt %}{% trans "T-shirt" %} | {% endif %} {% if event.ask_vegetarian %}{% trans "Vegetarian" %} | {% endif %} {% if job.infection_instruction %}{% trans "Food handling" %} | {% endif %}{% trans "Comment" %} | {% trans "Registration time" %} | ||
---|---|---|---|---|---|---|---|---|
{{ helper.firstname }} | {{ helper.surname }} | {% if event.ask_shirt %}{{ helper.get_shirt_display }} | {% endif %} {% if event.ask_vegetarian %}{{ helper.vegetarian | yesno }} | {% endif %} {% if job.infection_instruction %}{{ helper.get_infection_instruction_short }} | {% endif %}{{ 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 %} |