{% macro filters(title="Filters", accept="Apply filters", cancel="Clear all filters", down=false, right=false, instant=false, count=false, id=null, cancel_url=null, submit_on_change=false, accept_form=none) %}
{% if down or right %}
{% endif %}
{% if right %} {% block close_filters_button %}
{% endblock %} {% endif %}
{{ title }}
{{ caller() }}
{% if accept %}
{% endif %} {% if cancel %}
{% if cancel_url %} {{ cancel }} {% else %} {% endif %}
{% endif %}
{% endmacro %}