{% extends 'blacklist/base.html' %} {% load aa_i18n %} {% load evelinks %} {% load i18n %} {% load humanize %} {% block tb_block %} {% translate "Blacklist" as translated_header %} {% include "tnnt_templates/includes/header/page-header.html" with header_text=translated_header %}
{% translate "Name" %} | {% translate "Reason" %} | {% translate "Category" %} | |
---|---|---|---|
{% if note.eve_catagory == "character" %}
|
{{ note.eve_name }}
{% if note.eve_catagory == 'character' %}
|
{% if note.restricted %}
{% blocktranslate with contact=note.added_by %} Restricted Content! Contact {{ contact }} for more information. {% endblocktranslate %} {% else %} {{ note.reason|linebreaks }} {% endif %} |
{{ note.eve_catagory }} |