{% extends 'milalliancetaxes/base.html' %} {% load i18n %} {% load humanize %} {% block milalliancetaxes_content %}
| {% 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. | |||