{% extends 'milalliancetaxes/base.html' %} {% load i18n %} {% load humanize %} {% block milalliancetaxes_content %}
| {% translate 'Corporation ID' %} | {% translate 'Corporation Name' %} | {% translate 'In game tax rate' %} | {% translate 'Up to date?' %} | {% translate 'Stop Tracking' %} |
|---|---|---|---|---|
| {{ corporation.corporation_id }} | {{ corporation.name }} | {{ corporation.tax_rate }}% | {% if corporation.is_updated %} {% else %} {% endif %} | |
| No corporations are tracked | ||||