{% extends 'ResourcesManagerV2Bundle::layout.html.twig' %} {% block title %}Resources Manager Profiles{% endblock %} {% set active = 2 %} {% block section %} Manage Enterprise Profiles {% endblock %} {#% block secondbar %} Sin barra {% endblock %#} {% block body %} {{parent()}}
RM: Professional Profile Definition List
{% for profile in profiles %} {% endfor %}
Name Description
{{ profile.name |title }} {{ profile.description }}
Actions
Add Professional Profile
{{ form_widget(form) }}

{% for profile in profiles %}
{% render controller('ResourcesManagerV2Bundle:Profiles:edit', {'id': profile.id}) %}
{% endfor %} {% endblock %} {% block javascripts %} {{parent()}} {% endblock %}