{% extends "admin/base.html" %} {% block stylesheets %} {% endblock %} {% block content %}
ID | Team | Website | Affiliation | Country | Admin | Verified | Settings | |
{{ team.id }} | {{ team.name | truncate(32) }} | {{ team.email | truncate(32) }} | {% if team.website and (team.website.startswith('http://') or team.website.startswith('https://')) %}{{ team.website | truncate(32) }}{% endif %} | {% if team.affiliation %}{{ team.affiliation | truncate(20) }}{% endif %} | {% if team.country %}{{ team.country }}{% endif %} |
|
|
{% if can_send_mail() %}{% endif %} |