-
{% if table.features.quicksearch %}
{% include "sdh/table3/quicksearch.html" %}
{% endif %}
{% if table.features.category %}
{% include "sdh/table3/category.html" %}
{% endif %}
{% for plugin in table.features.postaction %}
{% include "sdh/table3/post_action.html" %}
{% endfor %}