{% load django_ledger %} {% load trans from i18n %}
Year: << {{ previous_year }} | {{ year }} | {{ next_year }} >>
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 %} {% trans 'Go To Current Month' %}