{% extends 'base.html.twig' %} {% block body %}
{{ form.vars.method == 'POST' ? 'Create' : 'Update'}} user
{{ form(form) }}
{% endblock %}