{% 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 %}
  • Registration possible until {{ event.date_registration }}
  • Cost: {{ event.cost }} € incl. program, overnight stays, trips and meals (if part of the event)
  • Booked participants slots: {{ event.linked_group.members.count }} of {{ event.max_participants }}
  • {{ event.booked_percentage|coerce_max:100 }} %

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