{% load i18n %}
{% for owner in owners %} {% endfor %}
{% translate "Portrait" %} {% translate "Name" %} {% translate "Type" %} {% translate "Actions" %}
{{ owner.portrait|safe }} {{ owner.name }} {% if not owner.active %} {% translate "Inactive" %} {% endif %} {{ owner.type_display }}
{% if owner.type == "corporation" %} {% translate "Payments" %} {% if perms.taxsystem.manage_own_corp or perms.taxsystem.manage_corps %} {% translate "Manage" %} {% endif %} {% else %} {% translate "Payments" %} {% if perms.taxsystem.manage_own_alliance or perms.taxsystem.manage_alliances %} {% translate "Manage" %} {% endif %} {% endif %}