{% extends "MuzichHomeBundle::layout.html.twig" %} {% block title %}RĂ©seau{% endblock %} {% block content %} {{ 'home.add_element'|trans({}, 'navigationui') }} >>
{% include "MuzichCoreBundle:SearchElement:form.html.twig" with { 'form_name' : search_form_name, 'search_tags' : search_tags_id, 'display_specials_buttons': true } %}
{% include "MuzichCoreBundle:SearchElement:default.html.twig" with {'noelements_filter' : true }%}
{% if more_count is defined %} {% if elements|length %} {{ 'more'|trans({}, 'userui') }} {% endif %} {% endif %} {% endblock %}