{% include "groups_modal.html" with type="new" %}
{% include "groups_modal.html" with type="edit" %}
{% include "users_modal.html" with type="new" %}
{% include "users_modal.html" with type="edit" %}
{% include "partial_delete_confirmation.html" with type="user" %}
{% include "partial_delete_confirmation.html" with type="group" %}
{% endblock %}
{% block code %}
{% endblock %}