{% load event_extras %} {% load guardian_tags %} {% load utils %} {% load static %} {% load i18n %} {% load humanize %} {% if request.user|can_do_disposition_for:shift %} {% url "core:shift_disposition" shift.pk as disposition_url %} {% endif %}
{% setvar request|participation_from_request:shift as participation %} {% include "core/fragments/shift_header.html" with shift=shift participation=participation %}
{% if shift.label %} {{ shift.label }} {% endif %} {% with stats=shift.get_signup_stats %} {{ stats.confirmed_count }}{% if stats.max_count %}/{{ stats.max_count }}{% endif %} {% endwith %}
{% include shift.structure with own_participation=participation %}
{% shift_plugin_content shift request as plugin_content %} {% for item in plugin_content %}
{{ item }}
{% endfor %}