diff --git a/payroll/templates/payroll/tax/filing_status_view.html b/payroll/templates/payroll/tax/filing_status_view.html index 9752d120a..3657806cb 100644 --- a/payroll/templates/payroll/tax/filing_status_view.html +++ b/payroll/templates/payroll/tax/filing_status_view.html @@ -19,63 +19,62 @@
{% if status %} -
- - -
- {% endif %} - {% if perms.payroll.add_filingstatus %} -
-
-
- - - {% trans "Create" %} - -
+
+ + +
+ {% endif %} {% if perms.payroll.add_filingstatus %} + {% endif %}
{% if status %} - {% include 'payroll/tax/filing_status_list.html' %} + {% include 'payroll/tax/filing_status_list.html' %} {% else %} -
-
- Page not found. 404. -
- {% trans "No tax filing status has been recorded." %} -
-
-
+
+
+ Page not found. 404. +
+ {% trans "No tax filing status has been recorded." %} +
+
+
{% endif %}