\node[anchor=base west,fill=white] at (18.8mm,34mm) {\large{In \textbf{<<<$zipLocation>>>} vom \textbf{<<<$niceDateFrom>>>} bis \textbf{<<<$niceDateUntil>>>}}};
@foreach($chunk as $i => $member)
\node[anchor=base, text width=7.75mm, align=center] at ($(18.35mm, 61.3mm +5.91mm * <<<$i % 20>>>)$) {<<<$i+1>>>};
\node[anchor=base, text width=29mm, align=center] at ($(43.7mm, 61.3mm +5.91mm * <<<$i % 20>>>)$) {<<<$member->lastname>>>};
\node[anchor=base, text width=29mm, align=center] at ($(76.2mm, 61.3mm +5.91mm * <<<$i % 20>>>)$) {<<<$member->firstname>>>};
\node[anchor=base west,fill=white] at (18.8mm,32mm) {\large{In \textbf{<<<$zipLocation>>>} vom \textbf{<<<$niceDateFrom>>>} bis \textbf{<<<$niceDateUntil>>>}}};
@foreach($chunk as $i => $member)
\node[anchor=base, text width=7.75mm, align=center] at ($(18.35mm, 78.3mm +5.91mm * <<<$i % 6>>>)$) {<<<$i+1>>>};
\node[anchor=base, text width=29mm, align=center] at ($(43.7mm, 78.3mm +5.91mm * <<<$i % 6>>>)$) {<<<$member->lastname>>>};
\node[anchor=base, text width=29mm, align=center] at ($(76.2mm, 78.3mm +5.91mm * <<<$i % 6>>>)$) {<<<$member->firstname>>>};