{% extends "allianceauth/base-bs5.html" %} {% load bootstrap %} {% load i18n %} {% block page_title %} {% endblock page_title %} {% block content %}

{% block page_header %} {% endblock page_header %} {% include "timerboard/index_button.html" %}

{% endblock content %} {% block extra_javascript %} {% include 'bundles/jquery-datetimepicker-js.html' %} {% endblock %} {% block extra_script %} $('#id_start').datetimepicker({ setlocale: '{{ LANGUAGE_CODE }}', {% if NIGHT_MODE %} theme: 'dark', {% else %} theme: 'default', {% endif %} mask: true, format: 'Y-m-d H:i', minDate: 0 }); {% endblock extra_script %}