{{ _("New Fiscal Year - {0}").format(doc.name) }}

{{ _("A new fiscal year has been automatically created.") }}

{{ _("Fiscal Year Details") }}

{% if doc.companies|length > 0 %} {% for idx in range(1, doc.companies|length) %} {% endfor %} {% endif %}
{{ _("Year Name") }} {{ doc.name }}
{{ _("Start Date") }} {{ frappe.format_value(doc.year_start_date) }}
{{ _("End Date") }} {{ frappe.format_value(doc.year_end_date) }}
{% if doc.companies|length < 2 %} {{ _("Company") }} {% else %} {{ _("Companies") }} {% endif %} {{ doc.companies[0].company }}
{{ doc.companies[idx].company }}
{% if doc.disabled %}

{{ _("The fiscal year has been automatically created in a Disabled state to maintain consistency with the previous fiscal year's status.") }}

{% endif %}

{{ _("Please review the {0} configuration and complete any required financial setup activities.").format(frappe.utils.get_link_to_form("Fiscal Year", doc.name, frappe.bold("Fiscal Year"))) }}