{{ shift.get_start_end_time_display }}
{% if not without_controls and "change_event" in event_perms %}
{% trans "Edit" %}
{% if shift.event.shifts.count > 1 %}
{% trans "Delete" %}
{% endif %}
{% endif %}
{% trans "Meeting time" %}
{{ shift.meeting_time | time }}
{% for label, value in shift.signup_method.get_signup_info.items %}
{{ label }}
{{ value }}
{% endfor %}
{% if event.active and not without_controls %}
{% endif %}
{% if not without_controls %}
{{ shift|render_shift_state:request }}
{% endif %}