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

Roster

The WWE Roster


{% for star_set in star_sets %} {% for star in star_set %} {% endfor %} {% endfor %}
Raw Smackdown Divas
{{star}}

Others

{% endblock %}