{% extends "finances/layout.html" %} {% load finances_tags %} {% block title %} View Historic Transactions {% endblock %} {% block content %}
{% if previous_month %} Previous Month: {{ previous_month|date:"F Y" }} {% endif %} {% if next_month %} Next Month: {{ next_month|date:"F Y" }} {% endif %}
{% endblock %}