{% if tabs %}
{% endif %}
-
{% for tab in tabs %}
- {% if tab.icon %}{% endif %} {{ tab.title }} {% if tab.badge %} {{ tab.badge }} {% endif %} {% endfor %}
{% block tab_content %}{% endblock %}
{% block content %}{% endblock %}