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 -}} }
|
|
|
|
|
2022-10-30 18:47:10 +01:00
|
|
|
{%- if cat.intro -%}
|
|
|
|
{{- cat.intro|md_format|escape_latex -}}
|
|
|
|
{% endif %}
|
|
|
|
|
2022-10-30 16:59:13 +01:00
|
|
|
{% for cat in cat.tasks %}
|
|
|
|
{% include 'category.tex.j2' %}
|
|
|
|
{% endfor %}
|
|
|
|
{% else %}
|
|
|
|
{% include 'tache.tex.j2' %}
|
|
|
|
{% endif %}
|