{% if tabs %}
{% for tab in tabs %} {% endfor %}
{% else %}
{% block tab_content %} {% endblock %}
{% endif %}