{% extends "stadt/stadt.html" %} {% load i18n %} {% load rules %} {% block meta %} {% endblock %} {% block title %}{{ group }}: {% trans "Fence Inspections" %} - {{ GROUPRISE_SITE_NAME }}{% endblock %} {% block heading_title %}
{% trans "Views" %}: {% if show_old %} {{ label_future }} | {{ label_past }} {% else %} {{ label_future }} | {{ label_past }} {% endif %} | {% trans "add fence appointments" %}
{% if object_list %} {% if page_obj.has_previous or page_obj.has_next %}| {% trans "Event" %} | {% trans "Inspectors" %} | {% if not show_old %} {% if can_attend_group_members %} {% trans "Add" %} {% else %} {% trans "Participate" %} {% endif %} {% endif %} |
|---|---|---|
|
{{ event.title }}
{% if event.all_day %} {{ event.time|date }} {% else %} {{ event.time|date }}, {{ event.time|time }} Uhr {% endif %} |
{% include 'events/_attendance_list_current.html' with event_association=event_association redirect_url=request.path user=user read_only=show_old separator=" "%} |
{% if not show_old %}
{% include 'events/_attendance_action.html' with event_association=event_association redirect_url=request.path user=user %} | {% endif %}