{% extends "fleetpings/base.html" %} {% load i18n %} {% load fleetpings %} {% block aa_fleetpings_body %}
{% translate "Fleet information" %}
{% include "fleetpings/partials/form/form.html" %}
{% translate "Formatted ping text" %}
{% include "fleetpings/partials/ping/ping.html" %}
{% translate "Mandatory information is missing. To create an optimer, you need to provide all of the following information:
» FC name
» Fleet name
» Formup location
» Formup time
» Ships / Doctrine" as optimerMissingFields %} {% translate "Mandatory information is missing. To create an SRP link, you need to provide all of the following information:
» Fleet name
» Ships / Doctrine" as srpMissingFields %} {% translate "Error! Your ping was not copied to your clipboard. Maybe your browser doesn't support this feature." as copyToClipboardError %} {% translate "Success! Your ping text has been copied to your clipboard. Now be a good FC and throw it in your chat so you actually get some people in fleet." as copyToClipboardSuccess %}
{% endblock %} {% block extra_javascript %} {% include "bundles/jquery-datetimepicker-js.html" %} {% include "bundles/clipboard-js.html" %} {% include "fleetpings/bundles/fleetpings-js.html" %} {% endblock %} {% block extra_css %} {% include "bundles/jquery-datetimepicker-css.html" %} {% include "fleetpings/bundles/fleetpings-css.html" %} {% endblock %}