diff options
author | Joris Guyonvarch | 2025-08-30 09:32:27 +0200 |
---|---|---|
committer | Joris Guyonvarch | 2025-08-30 09:32:27 +0200 |
commit | 2a6bcee45086bca9128489de19908984ea1be0da (patch) | |
tree | 2e5e1b0e50109385b5d3daaabed00efb450f4b62 /templates/report/list.j2 | |
parent | 164538a57a5b7c19c993862a6badc85fd723380e (diff) |
Remove weekly report jobmain
Diffstat (limited to 'templates/report/list.j2')
-rw-r--r-- | templates/report/list.j2 | 14 |
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 %} |