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

Neueste Nachrichten

zum Blog

{% for post, avatar in posts %}
{{post.author.first_name}} schrieb {{post.created|naturaltime}}
{% if avatar %} Profile Pic {% else %} Profile Pic {% endif %} {{post.content|safe}}
{% endfor %}

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 }}

Mitspieler

{% for match in matches %} {% endfor %} {% for mate in tipp_mates %} {% 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 }}
{% endblock %}