{% extends 'opcalendar/base.html' %} {% load bootstrap %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% load evelinks %} {% block page_title %}{% trans "Create Operation" %}{% endblock page_title %} {% block content %}
{% include "opcalendar/partials/calendar/legends.html" %}
{% include "opcalendar/partials/calendar/navigation.html" %}
{{ calendar }}
{% endblock content %} {% block extra_javascript %} {% include "bundles/moment-js.html" with locale=True %} {% include "bundles/timers-js.html" %} {% endblock extra_javascript %}