{% load static %} {% load event_extras %} {% load i18n %} {% load humanize %}
{% if not without_controls %} {% with mannequin=request|shift_mannequin:shift %}
{{ mannequin }} mannequin icon
{% endwith %} {% endif %}
{{ shift.start_time|date:"l" }}, {{ shift.start_time|date:"SHORT_DATE_FORMAT" }}
{{ shift.start_time|time }} - {{ shift.end_time|time }} {{ shift.meeting_time|time }} {% translate "Meetup" %}
{% if not without_controls and "change_event" in event_perms %}
{% endif %}
{% if not without_controls %} {{ request|render_shift_state:shift }} {% endif %}