{% extends 'base.html.twig' %} {% block body_id 'admin_users_collection' %} {# the homepage is a special page which displays neither a header nor a footer. this is done with the 'trick' of defining empty Twig blocks without any content #} {% block stylesheets %} {{ parent() }} {% endblock %} {% block header %} {% endblock %} {% block modal %} {{ parent() }}

ERROR

{{ 'Add new user'|trans }}

{% endblock %} {% block body %}
{# #}
{{ "User name"|trans }} {{ "Name"|trans }} {{ "Status"|trans }} {{ "Scanner"|trans }} {{ "Cloud"|trans }} {{ "Profile"|trans }} {{ "Member since"|trans }} {{ "Area"|trans }} {{ "Function"|trans }} {{ "Command"|trans }}









{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block footer %} {% endblock %}