{% load i18n %} {% if corporation|length == 0 %}

{% translate "Corporation" %}

{{ corporation.corporation_name }} {{ corporation.get_status.bootstrap_icon }}
{% endif %}

{% translate "Characters" %}

{% if characters|length == 0 %} {% else %}
{% endif %}