{% include 'WebelopingLanderBundle:ComunidadDeExpertos:menu.html.twig' with menu only %}
{% if filter is not sameas(false) %}
{% include 'WebelopingLanderBundle:ComunidadDeExpertos:filters.html.twig' with { 'filter' : filter, 'totalLabel' : menu.totalLabel, 'searchAction' : searchAction, 'order' : order } only %}
{% endif %}
{% if pager is defined and pager is not sameas(false) and pager.pages > 1 %}
{% include 'WebelopingLanderBundle:ComunidadDeExpertos:pager.html.twig' with pager only %}
{% endif %}
{% if reply is defined and reply is not sameas(false) and obj.id is defined %}
{{ reply|raw }}
{% endif %}