{% extends 'base.html.twig' %}
{% block title %}Edit User{% endblock %}
{% block body %}
Edit User
{{ include('authentication/user/_form.html.twig', {'button_label': 'Update'}) }}
back to list
{{ include('authentication/user/_delete_form.html.twig') }}
{% endblock %}