X-Git-Url: https://git.siccegge.de//index.cgi?p=teilnehmertool.git;a=blobdiff_plain;f=templates%2Fpackliste.tex;fp=templates%2Fpackliste.tex;h=5ae539454c2e0694c1ae4d2fd64b6efbcb4abf19;hp=afef56ce264ec51f71681783454b670c99c81fea;hb=4ae3d9507e2cc92d7e49e2eb1836cdbaaf590f4a;hpb=fc0b9c6881d9194ef5f6e994ebe58149f13b7638 diff --git a/templates/packliste.tex b/templates/packliste.tex index afef56c..5ae5394 100644 --- a/templates/packliste.tex +++ b/templates/packliste.tex @@ -43,14 +43,14 @@ \begin{document} \begin{center} - \begin{longtable}{|m{.2\textwidth}|m{.2\textwidth}|m{.07\textwidth}|m{.08\textwidth}|m{.5\textwidth}|} - \textbf{Uni} & \textbf{Nickname} & \textbf{Tshirt} & \textbf{Zipper} & \textbf{Bemerkungen} \\ + \begin{longtable}{|m{.2\textwidth}|m{.15\textwidth}|m{.15\textwidth}|m{.15\textwidth}|m{.07\textwidth}|m{.08\textwidth}|m{.2\textwidth}|} + \textbf{Uni} & \textbf{Nickname} & \textbf{Vorname} & \textbf{Nachname} & \textbf{Tshirt} & \textbf{Zipper} & \textbf{Bemerkungen} \\ \hline \hline \endhead {% for t in teilnehmer %}% {% if t['will_attend'] %}% - {{ t['hochschule'] | escape_tex }} & {{ t['nick'] | escape_tex }} & {{ t['shirtsize'] | escape_tex }} & {{ t['zippersize'] | escape_tex }} & {{ t['comment'] | escape_tex }} \\ + {{ t['hochschule'] | escape_tex }} & {{ t['nick'] | escape_tex }} & {{ t['vorname'] | escape_tex }} & {{ t['nachname'] | escape_tex }} & {{ t['shirtsize'] | escape_tex }} & {{ t['zippersize'] | escape_tex }} & {{ t['comment'] | escape_tex }} \\ {% endif %}% \hline{% endfor %} \end{longtable}