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

13 lines
349 B
Django/Jinja

\vbox{
\noindent\textbf{ {{- cat.name -}} }{% if cat.time -%}
\hfill\heure{ {{- cat.time -}} }
{%- endif %} \\
{{ 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}
}
\vspace{1.5em}