{% extends 'milalliancetaxes/base.html' %} {% load i18n %} {% load humanize %} {% block milalliancetaxes_content %}
« {{ prev_month|stringformat:"02d" }}/{{ prev_year }}
Bounty + ESS tax overview - {{ month|stringformat:"02d" }}/{{ year }} - Tax rate: {{ alliance_tax_rate }}%
{{ next_month|stringformat:"02d" }}/{{ next_year }} »
{% for corporation, tax_amount in corporations %} {% empty %} {% endfor %}
{% translate 'Corporation ID' %} {% translate 'Corporation Name' %} {% translate 'Up to date?' %} {% translate 'Taxes' %}
{{ corporation.corporation_id }} {{ corporation.name }} {% if corporation.is_updated %} {% else %} {% endif %} {{ tax_amount|floatformat:2|intcomma }}
No taxes found for this month.
{% endblock %} {% block extra_javascript %} {% endblock %} {% block extra_css %} {% endblock %} {% block extra_script %} {% endblock %}