{% with orientation=orientation|default:"horizontal" %} {% if tabs %}
{% for tab in tabs %} {% endfor %}
{% for tab in tabs %}
{{ tab.content|safe }}
{% endfor %}
{% else %}

Nenhuma aba foi fornecida.

{% endif %} {% endwith %}