{% load bootstrap3 %}
{% for filter in dynamic_filters %} {% with "hid/tabs/filters/"|add:filter|add:".html" as filter_template %} {% include filter_template %} {% endwith %} {% endfor %}
{% bootstrap_button 'Apply filters' name="button-apply" value="apply" button_class="btn btn-default btn-md" %} {% bootstrap_button 'Reset filters' name="button-clear" value="clear" button_class="btn btn-link" %}