{% extends 'dav_registration/base.html' %} {% load static %} {% load i18n %} {% load dav_registration %} {% block page-container-fluid %}

{% trans 'Touren & Kurse' %}

{% for event in event_list %} {% endfor %}
{% if event.is_canceled %} {% trans 'Abgesagt' %} {% elif event.registration_closed %} {% trans 'Teilnehmerliste voll' %} {% elif event.is_deadline_expired %} {% trans 'Anmeldeschluss abgelaufen' %} {% elif not event.registration_required %} {% trans 'Details' %} - {% trans 'keine Anmeldung nötig' %} {% else %} {% trans 'Details & Anmeldung' %} {% endif %}
{% with event.sport as sport %} {% with 'dav_registration/img/sport_icons/'|add:sport|add:'.png' as icon %} {{ event.get_sport_display }} {% endwith %} {% endwith %}
{% if event.level == 'family' %}  für Familien {% endif %}

{% if event.is_canceled %}{% endif %} {{ event.get_formated_date }} {% if event.get_alt_formated_date %}
({% trans 'Ersatztermin' %}: {{ event.get_alt_formated_date }}) {% endif %} {% if event.is_canceled %}
{% endif %}

  • {% if event.is_canceled %}{% endif %} {% render_event_paragraphs event %} {% if event.is_canceled %}{% endif %}
  • {% if event.is_canceled %}{% endif %} {% render_event_facts event %} {% if event.is_canceled %}{% endif %}
  • {% if not event.registration_closed and not event.is_deadline_expired and not event.is_canceled %}
  • {% if not event.registration_required %}
    {% blocktrans %} Zu dieser Veranstaltung ist keine Anmeldung notwendig.
    Du kannst das Anmeldeformular natürlich trotzdem ausfüllen. {% endblocktrans %}
    {% endif %} {% trans 'zur Anmeldung' %}
  • {% endif %}
{% endblock page-container-fluid %}