{% if tabs | length > 0 %} {# TODO: fix variable class #}
{% for tab in tabs %}
{{ tab.render() }}
{% endfor %}
{% endif %}