{% load signal_extras %} {% 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 %} {# the popover html needs to stay with the shift box, #} {# as it might be rendered outside of the event detail view #}