Skip to content
Snippets Groups Projects
Verified Commit 0842f4cc authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Only list guardians with phone numbers in printed list.

parent 51188051
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,10 @@
\begin{flushleft}
\nohyphens{{ person.mobile|embrace }} \newline ~%
{% for guardian in person.guardians_parents %}%
\newline
\nohyphens{{ guardian.cn|embrace }}: \nohyphens{{ guardian.mobile|embrace }}%
{% if guardian.mobile %}%
\newline
\nohyphens{{ guardian.cn|embrace }}: \nohyphens{{ guardian.mobile|embrace }}%
{% endif %}%
{% endfor %}
\end{flushleft}
} &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment