{% extends "base_beta.html" %} {% load static %} {% block content %}
Wimbledon
Today's matches
{% for match in matches %}
{{ match.player1 }} {{ match.player2 }}
{{ match.date }}
Blop!
{{ match.prediction1 }}%
{{ match.prediction2 }}%
{% if not forloop.last %}

{% endif %} {% endfor %}
{% endblock %}