{% extends "helfertool/base.html" %} {% load i18n bootstrap4 icons toolsettings %} {% block title %} {% blocktrans trimmed %} Register for {{ event }} as helper {% endblocktrans %} {% endblock %} {% block content %}

{{ event }}

{% if data.has_to_validate %} {% endif %} {{ event.registered | safe }}

{% trans "Personal data" %}

{% if personal_data_form %}
{% csrf_token %}
{% bootstrap_form personal_data_form required_css_class='' %}

{% else %} {% include "registration/helper_data.html" with helper=data %} {% if event.changes_possible %}

{% trans "Edit" %}

{% endif %} {% if event.changes_possible %} {% endif %} {% endif %} {% if data.is_coordinator %}

{% trans "Jobs" %}

{% endif %} {% if data.shifts.exists %}

{% trans "Shifts" %}

{% comment %} {% if event.changes_possible %} {% trans "Register for more shifts" %}   {% endif %} {% endcomment %}

{% trans "Add to calendar (iCal)" %}

{% endif %} {% if event.imprint %}

{% trans "Contact" %}

{{ event.imprint | safe }}
{% endif %} {% endblock %}