{% extends 'base_admin.html.twig' %} {% block title %}Tax Rates{% endblock %} {% block body %}

Tax Rates

{% for tax_authority in tax_authorities %} {% endfor %} {% for year in years %} {% for tax_authority in tax_authorities %} {% endfor %} {% endfor %}
Year{{ tax_authority.taxauthority }}
{{ year.year }} {{ payrollService.taxRatePerMonth(year.year,tax_authority.taxauthority) *100|number_format(3)}}%

New {% endblock %} {% block datatable %} {% endblock datatable %}