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

Delete User

Are you sure you want to delete ?

Edit User

×
{% for team in teams %} {% endfor %}
ID Team Email Website Affiliation Country Settings
{{ team.id }} {{ team.name }} {% if team.website %}{{ team.website }}{% endif %} {% if team.affiliation %}{{ team.affiliation }}{% endif %} {% if team.country %}{{ team.country }}{% endif %}
{% endblock %} {% block scripts %} {% endblock %}