{% extends "admin/base.html" %} {% block stylesheets %} {% endblock %} {% block content %}
| ID | Team | Website | Affiliation | Country | Admin | Settings | |
| {{ team.id }} | {{ team.name | truncate(32) }} | {{ team.email | 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 %} |