{% load applicationcontent_tags i18n %} {% include "base/widget/_base_begin.html" %}
{% if request.frontend_editing %}
{% include "base/widget/_edit.html" %}
{% endif %} {% block title %} {% if widget.label %}

{{ widget.label }}

{% endif %} {% endblock %} {% block content %}{% endblock %}
{% include "base/widget/_base_end.html" %}