{% extends "base.html" %} {% load i18n static %} {% load humanize %} {% block head %} {% endblock %} {% block nav %} {% include "nav.html" with ls=ls season=season %} {% endblock %} {% block body %}

Deine Tipps

{% csrf_token %}
{% for match in matches %} {% if match.started and not match.finished %} {% else %} {% endif %} {% if match.iconURLTeam1 != "" %} {% if match.iconURLTeam1 != "" %} {% endfor %}
Anstoß Heim Gast Erg. Tipp
{{ match.matchDateTime }} {% else %} {% endif %} {{ match.abbrTeam1 }} {% else %} {% endif %} {{ match.abbrTeam2 }} {{ match.matchResult }} {{ match.tippFormTeam1 }} {{ match.tippFormTeam2 }}
{% for mandant, list in mandant_dict.items %}

Mitspieler {{ mandant }}

{% for match in matches %} {% endfor %} {% for mate in list %} {% for tipp in mate.tipps %} {% endfor %} {% endfor %}
Tipper Gesamt {% if match.iconURLTeam1 != "" %} {% else %} {% endif %}

{% if match.iconURLTeam2 != "" %} {% else %} {% endif %}
{{ mate.mate.first_name }} {{ mate.sum_score }}{{ tipp }}
{% endfor %}

Chat

{% block chat %} {% include "chat.xhtml" with posts=posts %} {% endblock %}
{% endblock %}