{% extends "structuretimers/base.html" %} {% load bootstrap %} {% load static %} {% load i18n %} {% block content %}
{% if form.errors %}

{% translate "Please correct the input errors below" %}

{% endif %}
{{ NIGHT_MODE|json_script:"night-mode-data" }} {{ LANGUAGE_CODE|json_script:"language-code-data" }} {% endblock content %} {% block extra_css %} {% include "bundles/jquery-datetimepicker-css.html" %} {% endblock extra_css %} {% block extra_javascript %} {% include "bundles/jquery-datetimepicker-js.html" %} {% endblock extra_javascript %}