{% extends "base.html" %} {% load static %} {% block content %}
{% for tournament in tournaments %}
{% include "draw/tournament_content.html" with tournament=tournament %}
{% endfor %}
{% endblock %} {% block extrajavascript %} {{ tournaments|json_script:'tournaments_list' }} {% endblock %}