{% load i18n %} {% load bootstrap4 %} {% if event.ask_phone %} {% endif %} {% if event.ask_shirt %} {% endif %} {% if helper.needs_infection_instruction %} {% endif %} {% if event.ask_vegetarian %} {% endif %} {% if badge_barcode %} {% endif %}
{% trans "Name" %}: {{ helper.firstname }} {{ helper.surname }}
{% trans "E-Mail" %}: {{ helper.email }}
{% trans "Mobile phone" %}: {{ helper.phone }}
{% trans "T-shirt" %}: {{ helper.get_shirt_display }}
{% trans "Instruction for the handling of food" %}: {{ helper.get_infection_instruction_display }}
{% trans "Vegetarian" %}: {{ helper.vegetarian | yesno }}
{% trans "Comment" %}: {{ helper.comment | default:"-" }}
{% trans "Registration time" %}: {{ helper.timestamp }}
{% trans "Badge Barcode" %} {{ badge_barcode }}