{% extends 'index.html' %} {% block content %} {% load static %} {% load i18n %} {% trans "Filing Status" %} {% if status %} {% endif %} {% if perms.payroll.add_filingstatus %} {% trans "Create" %} {% endif %} {% if status %} {% include 'payroll/tax/filing_status_list.html' %} {% else %} {% trans "No tax filing status has been recorded." %} {% endif %} {% endblock content %}