{% extends "admin_base.html" %} {% load tags_AKModel %} {% load i18n %} {% load l10n %} {% load tz %} {% load static %} {% load tags_AKPlan %} {% block title %}{% trans "Scheduling for" %} {{event}}{% endblock %} {% block extrahead %} {{ block.super }} {% get_current_language as LANGUAGE_CODE %} {% with 'AKPlan/vendor/fullcalendar-scheduler/locales/'|add:LANGUAGE_CODE|add:'.js' as locale_file %} {% endwith %} {% endblock extrahead %} {% block content %}
{% for slot in slots_unscheduled %}
{{ slot.ak.short_name }} ({{ slot.duration }} h)
{% endfor %}
{% trans "Event Status" %} {% endblock %}