{% extends "MuzichHomeBundle::layout.html.twig" %} {% block title %}RĂ©seau{% endblock %} {% block content %}
{% include "MuzichCoreBundle:Element:form.add.html.twig" with { 'form' : add_form, 'form_name' : add_form_name } %}
####### {% include "MuzichCoreBundle:SearchElement:form.html.twig" with { 'form_name' : search_form_name, 'search_tags' : search_tags_id } %} {% include "MuzichCoreBundle:SearchElement:default.html.twig" %} {% if more_count is defined %} {{ 'more'|trans({}, 'userui') }} {% endif %} {% endblock %}