{% extends "public/base.html" %} {% load bootstrap %} {% load staticfiles %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% block title %}Alliance Auth - Update Fleet Operation {% endblock %} {% block page_title %}{% trans "Update AAR Link" %}{% endblock page_title %} {% block extra_css %} {% include 'bundles/jquery-datetimepicker-css.html' %} {% endblock extra_css %} {% block content %}

{% trans "Update Fleet Operation" %}

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