{% extends "ui/panels/_base.html" %} {% load i18n %} {% block panel_content %}
{% for tab in tabs %} {% if tab.active %}
{% else %}
{% endif %} {% endfor %}
{% endblock panel_content %}