{% extends "base.html" %} {% load static %} {% block title %} League {% endblock %} {% block content %}

League

An overview of our league



Belts

{% for belt in belts %}
Title holder: I'm AWEsome
Held Since: 5/18/2012
Reign: 8
{% endfor %}



Stables



{% for team in teams %} {% endfor %} {% for star_set in star_sets %} {% for star in star_set %} {% endfor %} {% endfor %}
{{team}}
{{star}}{{star.division}}
{% endblock %}