{% extends 'base.html' %} {% block title %} {{ title }} {% endblock %} {% block content %} {% for team in teams %} {{ team.name_fr }} {% endfor %}