{% extends "layout.twig" %} {% block content %} {% if is_granted('ROLE_DEPT_USER_PROFILES') %} {% set dept = (department is defined) ? department : ((is_granted('ROLE_ALL_USERS')) ? null : app.user.department) %}

Users

{% endif %} {% block subcontent %}{% endblock %} {% endblock %}