{% load i18n gadjo %}
{% for tab in tabs %} {% endfor %}
{% for tab in tabs %}
{% if tab.template %}{% include tab.template %}{% else %}{{ tab|with_template }}{% endif %}
{% endfor %}