{% for template, tab_position, tab in adminform.model_admin.suit_form_includes %} {% if position == tab_position or position == 'bottom' and not tab_position %}
{% include template %}
{% endif %} {% endfor %}