{% extends 'corptax/base.html' %} {% load i18n %} {% load humanize %} {% block details %}
Here you can see the upcoming Taxes for the current month, keep in mind the number are not final until the last day of the month.
{% block tax_date %}Month: {{tax_date}} {% endblock %}
| Corp | Amount | Date |
|---|---|---|
| {{x.corp_name}} | {{x.amount|floatformat:"0"|intcomma}} | {{x.tax_date|date:'M / Y'}} |
| Corp | Amount | Date |
|---|---|---|
| {{x.corp_name}} | {{x.amount|floatformat:"0"|intcomma}} | {{x.tax_date|date:'M / Y'}} |
| Corp | Amount | Tax Month |
|---|---|---|
| {{x.corp_name}} | {{x.amount|floatformat:"0"|floatformat:"0"|intcomma}} | {{x.tax_date|date:'M / Y'}} |
| Corp | Amount | Tax Month |
|---|---|---|
| {{x.corp_name}} | {{x.amount|floatformat:"0"|floatformat:"0"|intcomma}} | {{x.tax_date|date:'M / Y'}} |