{% load widget_tweaks %} {% if table.mobile %} {% include templates.tb_filter_modal %} {% else %} {% if view.has_filter_toolbar %} {{ filter.form.media }} {% if filter.form.visible_fields %}
{% for field in filter.form.visible_fields %}
{% render_field field class="form-control" id=prefix|add:field.id_for_label %}
{% endfor %} {# add labels to buttons to get even alignment #} {% if view.filter_button %} {#
#} {# #} {#
#} {% endif %} {% if view.filter_clear_button %} {% endif %}
{% endif %} {% endif %} {% endif %}