{% extends 'taxsystem/base.html' %} {% load i18n %} {% load humanize %} {% load evelinks %} {% load sri %} {% block page_title %} {{ title }} ⋗ {% translate "Tax System" %} {% endblock %} {% block page_topic %}

{{ title }}

{% blocktranslate count count=total_count %} {{ count }} Owner {% plural %} {{ count }} Owners {% endblocktranslate %} ({{ corporation_count }} {% translate "Corporations" %}, {{ alliance_count }} {% translate "Alliances" %})

{% endblock page_topic %} {% block taxsystem_block %}
{% include 'taxsystem/partials/table/owner-overview.html' %}
{% endblock %} {% block extra_javascript %} {% include "taxsystem/bundles/settings-css.html" %} {% include 'taxsystem/bundles/settings-js.html' %} {% include 'bundles/datatables-css-bs5.html' %} {% include 'bundles/datatables-js-bs5.html' %} {% endblock %}