{% macro toolbar(form, collapsible, displayInitial) %} {% deprecated 'The macro "toolbar" is deprecated since 1.2 and will be removed with 2.0, use search.searchModal() instead' %}
{% if collapsible %}
{% endif %} {{ form_start(form, { 'attr': {'class': 'navbar-form'}}) }} {{ form_widget(form) }} {{ form_end(form) }} {% if collapsible %}
{% endif %}
{% endmacro %} {% macro dropDownSearch(form) %} {% deprecated 'The macro "dropDownSearch" is deprecated since 1.4 and will be removed with 2.0, use search.searchModal() instead' %} {% endmacro %}