{% for tab in tabs %} {% ifequal tab.id selected_tab %} {{ tab.title|escape }} {% endifequal %} {% ifnotequal tab.id selected_tab %} {{ tab.title|escape }} {% endifnotequal %} {% endfor %}
{% block page_content %}{% endblock %}