{% extends 'ResourcesManagerV2Bundle::layout.html.twig' %} {% block title %}Profiles{% endblock %} {% set active = 1 %} {% block body %} {{parent()}}

RM: {{entity.name}}

Id {{ entity.id }}
Name {{ entity.name }}
Description {{ entity.description }}
{% endblock %}