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

{{ panel.title }}

{% if toolbar.store_id %}
{% else %}
{{ panel.content|safe }}
{% endif %}
{% endif %}