{% extends "allianceauth/base-bs5.html" %} {% load django_bootstrap5 %} {% load i18n %} {% block page_title %} {% translate "Create Fatlink" %} {% endblock page_title %} {% block header_nav_brand %} {% translate "Fleet Activity Tracking" %} {% endblock header_nav_brand %} {% block content %}

{% translate "Create Fatlink" %}

{% if badrequest %} {% endif %} {% for message in errormessages %} {% endfor %}
{% translate "Fatlink details" %}
{% csrf_token %} {% bootstrap_form form %}
{% translate "Create fatlink" as button_text %} {% bootstrap_button button_class="btn btn-primary" content=button_text name="submit_fat" id="submit_fat" %}
{% endblock content %}