{% load i18n %}

{{ row.eve_name }} {% if row.eve_catagory == 'character' %}
{{ row.corporation_name }}
{{ row.alliance_name }} {% endif %}

{% if row.blacklisted %} {% translate "BLACKLISTED" %} {% endif %} {% if row.restricted and not row.ultra_restricted %} {% translate "RESTRICTED" %} {% endif %} {% if row.ultra_restricted %} {% translate "ULTRA RESTRICTED" %} {% endif %}