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