{% extends "brillixy/base.html" %} {% load i18n %} {% block extrastyle %} {% endblock %} {% block breadcrumbs %}{% endblock %} {% block content_title %}{% endblock %} {% block content %}
{% for panel in panels %} {% if panel.has_perm %}
{% if panel.title %}

{{ panel.title }}

{% endif %} {% include panel.template with panel=panel %}
{% endif %} {% endfor %}
{% endblock %}