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

16 lines
449 B
Plaintext
Raw Normal View History

2022-10-30 16:59:13 +01:00
\vbox{
2022-10-30 18:06:02 +01:00
\begin{mdtask}[
frametitle={ {{- cat.name -}}
{%- if cat.referent %}\quad\referent{ {{-cat.referent-}} }{% endif %}
2022-10-30 18:06:02 +01:00
{%- 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 -%}
2022-10-30 18:32:11 +01:00
\begin{tabular}{c l l l l l}
2022-10-30 16:59:13 +01:00
{% for g_id in cat.assigned %} {% include 'groupe.tex.j2' %}
{% endfor -%}
2022-10-30 16:59:13 +01:00
\end{tabular}
2022-10-30 18:06:02 +01:00
\end{mdtask}
2022-10-30 16:59:13 +01:00
}