WE-repartir-taches/repartir_taches/templates/category.tex.j2

10 lines
278 B
Plaintext
Raw Normal View History

2022-10-30 16:59:13 +01:00
{% if cat|attr('depth') %}
\{%- for i in range(cat.depth-1) -%}sub{%- endfor -%}category{ {{- cat.name -}} }{ {{- cat.time -}} }
{% for cat in cat.tasks %}
{% include 'category.tex.j2' %}
{% endfor %}
{% else %}
{% include 'tache.tex.j2' %}
{% endif %}