{% with tab_group.get_tabs as tabs %}
{# Tab Navigation #} {# Tab Content #}
{% for tab in tabs %}
{{ tab.render }}
{% endfor %}
{% endwith %}