{% extends 'fleetpings/base.html' %} {% load i18n %} {% load fleetpings_versioned_static %} {% block details %}
{% translate "Fleet Information" %}
{% include "fleetpings/form.html" %}
{% translate "Formatted Ping Text" %}
{% include 'fleetpings/ping.html' %}
{% endblock %} {% block extra_javascript %} {% include 'bundles/jquery-datetimepicker-js.html' %} {% include 'bundles/clipboard-js.html' %} {% endblock %} {% block extra_css %} {% include 'bundles/jquery-datetimepicker-css.html' %} {% endblock %}