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

Delete User

Are you sure you want to delete ?

×

Email User

×

Edit User

×
{% for team in teams %} {% endfor %}
ID Team Email Website Affiliation Country Settings
{{ team.id }} {{ team.name }} {% 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 %}
{% endblock %} {% block scripts %} {% endblock %}