{% extends "base.html" %} {% block head %} {{ name }} Standings {% endblock %} {% block content %} {% for type in standings %}

{{ type }}

{% for type, id, entname, standing in standings[type] %} {% endfor %}

{% endfor %} {% endblock %}