{% extends 'index.html' %} {% block content %} {% load static %} {% load i18n %}

{% trans "Filing Status" %}

{% if status %}
{% endif %} {% if perms.payroll.add_filingstatus %} {% endif %}
{% if status %} {% include 'payroll/tax/filing_status_list.html' %} {% else %}
Page not found. 404.
{% trans "No tax filing status has been recorded." %}
{% endif %}
{% endblock content %}