{% import "bootstrap/wtf.html" as wtf %} {% extends "admin/base.html" %} {% block page_content %}

Delete Group

You have chosen to delete a group from the dashboard. All jobs, flowcharts, projects and users which belong to this group will remain in the dashboard. To complete this action, type the name of the group you wish to delete in the textbox and check "confirm". The name of the group must match the group for which you have started this action
{{ wtf.quick_form(form) }}
{% endblock %}