{% load applicationcontent_tags i18n %} {% include "widget/_common.html" %}
{% if request.frontend_editing %} {% trans 'Edit' %} {% trans 'Delete' %} {% endif %}
{% block title %} {% if widget.label %}

{{ widget.label }}

{% endif %} {% endblock %} {% block content %}{% endblock %}