summaryrefslogtreecommitdiff
path: root/templates/consts/list.jinja
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2015-11-01 16:03:23 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2015-11-01 16:03:23 +0100
commit737c8182c33d3fd710724bf71453f008526b9937 (patch)
tree1c8d35cba6dfd89b0126c360157b1dd144dfd24f /templates/consts/list.jinja
parentb97daa642325b4abc8dbf3f05f59e671c74c01df (diff)
downloadkosten-737c8182c33d3fd710724bf71453f008526b9937.tar.gz
kosten-737c8182c33d3fd710724bf71453f008526b9937.tar.bz2
kosten-737c8182c33d3fd710724bf71453f008526b9937.zip
List constant expenses ending last month
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 %}