Deine Tipps
{% for mandant, list in mandant_dict.items %}Mitspieler {{ mandant }}
| Tipper | Gesamt | {% for match in matches %}
{% if match.iconURLTeam1 != "" %}
{% if match.iconURLTeam2 != "" %} |
{% endfor %}
|---|---|---|
| {{ mate.mate.first_name }} | {{ mate.sum_score }} | {% for tipp in mate.tipps %}{{ tipp }} | {% endfor %} {% endfor %}