{% extends "core/base.html" %} {% load material_form i18n any_js coerce static %} {% block browser_title %}{% blocktrans %}Event{% endblocktrans %} {{ event.display_name }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{{ event.display_name }}
  • {{ event.description }}

  • {% blocktrans %} The event takes place in {{ event.place }} (Information on overnight stays and shared trips see description) {% endblocktrans %}
  • {% trans "Registration possible until" %} {{ event.date_registration }}
  • {% trans "Cost" %}: {{ event.cost }} € {% trans "incl. program, overnight stays, trips and meals" %} {% trans "(if part of the event)" %}
  • {% trans "Booked participants slots" %}: {{ event.linked_group.members.count }} {% trans "of" %} {{ event.max_participants }}
  • {{ event.booked_percentage|coerce_max:100 }} %

{% if can_register and not is_authenticated %} {% trans "Register now" %} {% elif can_register and is_authenticated %} {% trans "Register now" %} {% else %} {% trans "Not available" %} {% endif %}
{{ event.information | safe }} {% endblock %}