{% extends "base.html" %} {% block extrascript %} {% endblock %} {% block content %}
{% for match in event.matches %}

Match

{% for team in match.teams %} {% for member in team %} {% endfor %} {% endfor %}
team #{{forloop.counter}}


{% endfor %}
{% csrf_token %}
{% endblock %}