{% load i18n %}
{% load navactive %}
{% if corporation_id or alliance_id %}
{% if corporation_id %}
{% translate 'Payments' %}
{% else %}
{% translate 'Payments' %}
{% endif %}
{% else %}
{% translate 'Payments' %}
{% endif %}
{% if corporation_id or alliance_id %}
{% if corporation_id %}
{% translate 'Own Payments' %}
{% else %}
{% translate 'Own Payments' %}
{% endif %}
{% else %}
{% translate 'Own Payments' %}
{% endif %}
{% if corporation_id or alliance_id %}
{% if corporation_id %}
{% translate 'FAQ' %}
{% else %}
{% translate 'FAQ' %}
{% endif %}
{% else %}
{% translate 'FAQ' %}
{% endif %}
{% if corporation_id or alliance_id %}
{% if corporation_id %}
{% translate 'Account' %}
{% else %}
{% translate 'Account' %}
{% endif %}
{% else %}
{% translate 'Account' %}
{% endif %}