{% extends 'ResourcesManagerBundle::layout.html.twig' %} {% block title %}Resources Manager Profiles{% endblock %} {% block section %} Manage Staffers {% endblock %} {% block body %} {{parent()}}

RM: Staffers Definition

{% for profile in profiles %} {#% for j in activewidgets|keys %}{% endfor %#} {% endfor %}
Manage Profile / / Privileges{{ activewidgets[j].name }}
{{ profile.name |title }} {{ profile.middlenames |title }} {{ profile.lastnames |title }} {#{ form_rest(forms[loop.index0]) }#} {{ form_widget(forms[loop.index0]) }} {#% for group in groups %} {% endfor %#}

{% endblock %}