{% extends 'fleetpings/base.html' %} {% load i18n %} {% load humanize %} {% load static %} {% block details %}
{% include "fleetpings/form.html" %}
{% include 'fleetpings/ping.html' %}
{% endblock %} {% block extra_javascript %} {% include 'bundles/jquery-datetimepicker-js.html' %} {% endblock %} {% block extra_css %} {% include 'bundles/jquery-datetimepicker-css.html' %} {% endblock %} {% block extra_script %} $('#formupTime').datetimepicker({ lang: '{{ LANGUAGE_CODE }}', maskInput: true, format: 'Y-m-d H:i', dayOfWeekStart: 1, step: 15 }); {% endblock extra_script %}