{% extends "admin/base.html" %} {% block content %}
| ID | Team | Website | Affiliation | Country | Settings | |
| {{ team.id }} | {{ team.name }} | {{ team.email }} | {% if team.website and team.website.startswith('http') %}{{ team.website }}{% endif %} | {% if team.affiliation %}{{ team.affiliation }}{% endif %} | {% if team.country %}{{ team.country }}{% endif %} | {% if mailserver() %}{% endif %} |