{% if previous_month %}
  • ← {{ previous_month|date:"b Y" }}
  • {% endif %} {% if next_month %}
  • {{ next_month|date:"b Y" }} →
  • {% endif %}