{% extends 'base.html' %} {% load widget_tweaks %} {% block content %}

Delete User from project {{project}}

{% csrf_token %} Do you want to delete the user(s) {% for obj in users %} "{{ obj }} " {% endfor %} from the project "{{project}}" ?
All the mappings added by this user(s) will be deleted from {{project}}.


 
{% endblock %}