{% load django_ledger %} {% load i18n %}
{{ _("Year") }}: {{ previous_year }} {{ year }} {{ next_year }}
{% trans 'Quarter' %}: {% for q_url in quarter_urls %} {{ q_url.quarter_name }} {% if not forloop.last %}|{% endif %} {% endfor %}
{% trans 'Month' %}: {% for m_url in month_urls %} {{ m_url.month_abbr }} {% if not forloop.last %}|{% endif %} {% endfor %}
{{ from_date | date:"m/d/Y" }}
{% else %}{{ from_date | date:"m/d/Y" }} {% trans 'thru' %} {{ to_date | date:"m/d/Y" }}
{% endif %}