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

{{ widget.label }}

{% endif %} {% if request.frontend_editing %}
{% include "base/widget/_edit.html" %}
{% endif %}
{% endif %} {% endblock %}
{% block content %}{% endblock %}
{% include "base/widget/_base_end.html" %}