{% load static %} {% if panel.has_content and panel.enabled %}

{{ panel.title }}

{% if toolbar.should_render_panels %} {% for script in panel.scripts %}{% endfor %}
{{ panel.content }}
{% else %}
{% endif %}
{% endif %}