{% extends "ui/templates/base/layout.html" %} {% block content %}

Financial Years

Manage active financial year context, year locking and assessment year mapping.

{% if can_manage_fy %} Add Financial Year {% endif %}
{% if tenants|length > 1 %}
{% endif %}
{% for fy in financial_years %} {% else %} {% endfor %}
Financial Year Assessment Year Period Current Locked Actions
{{ fy.year_code }} {{ fy.assessment_year }} {{ fy.start_date }} to {{ fy.end_date }} {% if fy.is_current %}Current{% else %}No{% endif %} {% if fy.is_locked %}Locked{% else %}Open{% endif %}
Use Backup {% if can_manage_fy and not fy.is_locked %} Edit {% endif %} {% if can_manage_fy and not fy.is_current %}
{% endif %} {% if can_manage_fy and not fy.is_locked %}
{% elif can_manage_fy and fy.is_locked %}
{% endif %}
No financial years created yet.
{% endblock %}