From 2a6bcee45086bca9128489de19908984ea1be0da Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sat, 30 Aug 2025 09:32:27 +0200 Subject: Remove weekly report job --- templates/report/list.j2 | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 templates/report/list.j2 (limited to 'templates/report/list.j2') 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 %} -- cgit v1.2.3