{% if tabs | length > 0 %}
{% for tab in tabs %}
{{ tab.render() }}
{% endfor %}
{% endif %}