{% extends 'layout.html' %} {% block title %}{{ displayName }}{% endblock %} {% block content %}
{{ startDate }} - {{ endDate }}
{% endif %} {% if description %}{{ description }}
{% endif %}Player | Played | Wins | For | Against | Diff | |
---|---|---|---|---|---|---|
{{ loop.index }} | {{ row.name }} | {{ row.played }} | {{ row.wins }} | {{ row.for }} | {{ row.against }} | {{ row.diff }} |
{{ row.winner }} beat {{ row.loser }} {{ row.score }}
{% endfor %} {% endfor %} {% else %}No results yet
{% endif %}