{% extends "admin/base.html" %} {% block stylesheets %} {% endblock %} {% block content %}

{% for team in teams %} {% endfor %}
ID Team Email Website Affiliation Country Admin Settings
{{ team.id }} {{ team.name | truncate(32) }} {% if team.website and team.website.startswith('http') %}{{ team.website | truncate(32) }}{% endif %} {% if team.affiliation %}{{ team.affiliation | truncate(20) }}{% endif %} {% if team.country %}{{ team.country }}{% endif %}
{% if mailserver() %}{% endif %}
{% if pages > 1 %}
Page
{% for page in range(1, pages + 1) %} {{ page }} {% endfor %}
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}