summaryrefslogtreecommitdiff
path: root/templates/consts/list.jinja
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/consts/list.jinja1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/consts/list.jinja b/templates/consts/list.jinja
index 68fa1e1..7fef344 100644
--- a/templates/consts/list.jinja
+++ b/templates/consts/list.jinja
@@ -9,6 +9,7 @@
{{ list(current, "Aktuell") }}
+ {% if last_month %} {{ list(last_month, "Endeten letzten Monat") }} {% endif %}
{% if future %} {{ list(future, "Zukünftige") }} {% endif %}
{% if old %} {{ list(old, "Veraltet") }} {% endif %}
{% endblock %}