{% load i18n %} {% if perms.afat.manage_afat and is_clickable_link and manual_fat_can_be_added %} {% translate 'This field is mandatory' as mandatory_info %}

{% translate "Manual FAT" %}

{% translate "Is someone missing from the list of FATs? Use this form to add them." %}
{% translate "Note" %}: {% translate "This action is logged!" %}

{% csrf_token %}
{% translate "Character name" as field_label %}
{% translate "System" as field_label %}
{% translate "Ship type" as field_label %}
{% endif %}