{% load crud_views %}
{% for tab in tabs %}

{% if tab.property_group_name %} {% cv_property_group tab.property_group_name True %} {% elif tab.table %} {% cv_tab_content_table tab %} {% endif %}
{% endfor %}