From 4ae3d9507e2cc92d7e49e2eb1836cdbaaf590f4a Mon Sep 17 00:00:00 2001 From: Johannes Schilling Date: Tue, 29 Oct 2013 01:07:54 +0100 Subject: [PATCH] teilnehmertool: packliste += vor/nachname --- templates/packliste.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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} -- 2.39.2