{% load django_bootstrap5 %} {% load i18n %}
{% translate "Create a clickable FAT link" %}

{% translate "This option will create a clickable link to share with your fleet members." %}

{% csrf_token %} {% bootstrap_field manual_fatlink_form.name %} {% if fleet_types_configured %} {% bootstrap_field manual_fatlink_form.type %} {% endif %} {% bootstrap_field manual_fatlink_form.doctrine %} {% bootstrap_field manual_fatlink_form.duration %} {% include "afat/partials/form/required-field-hint.html" %}