{% extends "section.html" %} {% load profiles %} {% block section_title %} Teams {% endblock %} {% block section_content %} {% for team in teams %} {% affectation_etiquette team %} {% empty %} No team available. {% endfor %} {% endblock %}