{% extends "base.html" %} {% load django_tables2 i18n %} {% block contenttitle %}

{% trans "All teams" %}

{% endblock %} {% block content %}
{% render_table table %}
{% endblock %}