{% extends "base.html" %} {% load django_tables2 getconfig i18n %} {% block content %} {% if user.is_authenticated and user.admin %}
{% trans "Send a mail to all people that are in a team" %}
{% trans "Send a mail to all people that are in a valid team" %}
{% endif %} {% render_table table %} {% if user.is_authenticated and user.admin %}
{% trans "Add a tournament" %} {% endif %} {% endblock %}