{% load i18n %} {% load blacklist_tags %} {% load django_bootstrap5 %}
{% if note.eve_catagory == 'character' %}
{% eve_logo note.eve_id note.eve_name note.eve_catagory 128 %}

{{ note.eve_name }}

{% else %}
{% eve_logo note.eve_id note.eve_name note.eve_catagory 128 %}

{{ note.eve_name }}

{% endif %}
{% csrf_token %} {{ form.comment.errors }} {% bootstrap_field form.comment %} {% if perms.blacklist.add_new_eve_note_restricted_comments %} {{ form.restricted.errors }} {% bootstrap_field form.restricted %} {% endif %} {% if perms.blacklist.add_new_eve_note_ultra_restricted_comments %} {{ form.ultra_restricted.errors }} {% bootstrap_field form.ultra_restricted %} {% endif %}