{% extends 'allianceauth/base.html' %} {% load i18n %} {% load blacklist_tags %} {% block page_title %}{% trans "Character Update" %}{% endblock %} {% block extra_css %} {% include 'bundles/datatables-css.html' %} {% endblock extra_css %} {% block content %}

Editing Pilot Log

Please ensure character below is correct!

{% if note.eve_catagory == 'character' %}
{% eve_logo note.eve_id note.eve_name note.eve_catagory 128 %}

{{note.eve_name}}

{% eve_logo note.corporation_id note.corporation_name "corporation" 64 %}
{{note.corporation_name}}
{% eve_logo note.alliance_id note.alliance_name "alliance" 64 %}
{{note.alliance_name}}
{% else %}
{% evename_img note.eve_id note.eve_name note.eve_catagory 128 %}

{{note.eve_name}}

{% endif %}
{% csrf_token %} {% if add_restricted_note %}

{{ form.restricted.label_tag }} {{ form.restricted }}

{% endif %}

{{ form.reason.label_tag }} {{ form.reason }}

{% if add_blacklist %}

{{ form.blacklisted.label_tag }} {{ form.blacklisted }}

{% endif %}
{% endblock %}