{% extends 'base.html.twig' %} {% block title %}New User{% endblock %} {% block body %} {% include 'admin/header.html.twig' with {'title': 'Create new User', 'button_link': path('app_user_index')} %} {{ include('admin/user/_form.html.twig', {'button_label': 'Create'}) }} {% endblock %}