{% extends "allianceauth/base.html" %} {% load bootstrap %} {% load static %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% block page_title %}{% trans "Create Operation" %}{% endblock page_title %} {% block extra_css %} {% include 'bundles/jquery-datetimepicker-css.html' %} {% endblock extra_css %} {% block content %}

{% trans "Create Fleet Operation" %}

{% 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 %}