{% extends "core/base.html" %} {% load material_form i18n %} {% block page_title %}{% blocktrans %}Event registration{% endblocktrans %}{% endblock %} {% block browser_title %}{% blocktrans %}Event registration{% endblocktrans %}{% endblock %} {% block content %}
{% blocktrans %}Registration for{% endblocktrans %} {{ event.display_name }}
{% blocktrans %}Information for parents{% endblocktrans %}

{% blocktrans %} Please go through the registration with your child. It is important to us to train important skills in dealing with the Internet and responsibility in general with the registration. {% endblocktrans %}

{% blocktrans %}Information for children{% endblocktrans %}

{% blocktrans %} Please read everything carefully with your parents and then send your registration together with them! {% endblocktrans %}

{% blocktrans %}Information about the event{% endblocktrans %}

{% blocktrans %} Please read the {% endblocktrans %} {% blocktrans %} website of the event {% endblocktrans %} {% blocktrans %} carefully together with your parents. {% endblocktrans %}

  • {% blocktrans %} The event will take place from {% endblocktrans %} {{ event.date_event }} {% blocktrans %} at {% endblocktrans %} {{ event.l }}
  • {% blocktrans %} Registration is possible until {% endblocktrans %} {{ event.date_registration }}; {% blocktrans %} the number of participants is limited to {% endblocktrans %} {{ event.max_participants }} {% blocktrans %} participants {% endblocktrans %}.
  • {% blocktrans %} The participation fee is {% endblocktrans %} {{ event.cost }} € {% blocktrans %} and must be paid in advance and within 7 days after receipt of the invoice. Cancellation with reimbursement is possible until {% endblocktrans %} {{ event.date_retraction }} {% blocktrans %} and only for good reason. {% endblocktrans %}
{% csrf_token %} {% form form=register_form %}{% endform %} {% include "core/partials/save_button.html" %}
{% endblock %}