{% load bootstrap %} {% load i18n %}

{% translate "Create a clickable FAT Link" %}

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

{% csrf_token %} {{ manual_fatlink_form.name|bootstrap }} {% if link_types_configured %} {{ manual_fatlink_form.type|bootstrap }} {% endif %} {{ manual_fatlink_form.duration|bootstrap }} {% include "afat/partials/form/required_field_hint.html" %}