{% load bootstrap %} {% load i18n %}
{% csrf_token %}
{{ form.ping_target|bootstrap_horizontal }} {% include "fleetpings/partials/form/hints/ping-everyone.html" %} {% if webhooks_configured %} {{ form.ping_channel|bootstrap_horizontal }} {% endif %} {{ form.fleet_type|bootstrap_horizontal }} {{ form.webhook_embed_color }} {{ form.fleet_commander|bootstrap_horizontal }} {{ form.fleet_name|bootstrap_horizontal }} {{ form.formup_location|bootstrap_horizontal }} {{ form.pre_ping|bootstrap_horizontal }} {{ form.formup_time|bootstrap_horizontal }} {{ form.formup_timestamp }} {% if optimer_installed %} {% endif %} {{ form.formup_now|bootstrap_horizontal }} {{ form.fleet_comms|bootstrap_horizontal }} {{ form.fleet_doctrine|bootstrap_horizontal }} {{ form.fleet_doctrine_url }} {{ form.srp|bootstrap_horizontal }} {% if srp_module_available_to_user %} {% endif %} {{ form.additional_information|bootstrap_horizontal }}