{% extends "orga/settings/base.html" %} {% load i18n %} {% block settings_content %}

{% trans "Team" %} {{ quotation_open }}{{ team.name }}{{ quotation_close }}

{% trans "Do you really want to go through with this deletion?" %} {{ object.email }}
{% csrf_token %} {% trans "Back" %}
{% endblock %}