aboutsummaryrefslogtreecommitdiff
path: root/templates/report/list.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/report/list.j2')
-rw-r--r--templates/report/list.j214
1 files changed, 0 insertions, 14 deletions
diff --git a/templates/report/list.j2 b/templates/report/list.j2
deleted file mode 100644
index d683879..0000000
--- a/templates/report/list.j2
+++ /dev/null
@@ -1,14 +0,0 @@
-{% macro list(resource, action, xs) -%}
-
-{% if xs -%}
-
- {% set l = xs | length %}
-
- {{ xs | length }} {{ pluralize(l, resource) }} {{ pluralize(l, action) }} :
-
- {% for x in xs -%}
- - {{ x.date }} {{ x.name }} {{ x.amount | euros() }}
- {% endfor %}
-{% endif -%}
-
-{% endmacro %}