{% extends 'corptax/base.html' %} {% load i18n %} {% load humanize %} {% block details %}
This is a preview of the current month, keep in mind that the number are not final until the end 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'}} |