{% load i18n %} {% load bootstrap4 %}
{% 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 }} |