2022-10-30 16:59:13 +01:00
|
|
|
\vbox{
|
2022-10-30 18:06:02 +01:00
|
|
|
\begin{mdtask}[
|
|
|
|
frametitle={ {{- cat.name -}}
|
|
|
|
{%- if cat.time %} \hfill{} \heure{ {{-cat.time-}} }{% endif %}}
|
|
|
|
]
|
2022-10-30 16:59:13 +01:00
|
|
|
{{ cat.descr|md_format|escape_latex }} \\
|
|
|
|
{% if cat.notes %}\textit{ {{- cat.notes -}} } \\
|
|
|
|
{% endif -%}
|
|
|
|
\begin{tabular}{r l}
|
|
|
|
{% for g_id in cat.assigned %} {% include 'groupe.tex.j2' %}
|
|
|
|
{%- endfor -%}
|
|
|
|
\end{tabular}
|
2022-10-30 18:06:02 +01:00
|
|
|
\end{mdtask}
|
2022-10-30 16:59:13 +01:00
|
|
|
}
|