{% load applicationcontent_tags i18n %}
{% if request.frontend_editing %} {% trans 'Edit' %} {% trans 'Delete' %} {% endif %}
{% block title %} {% if widget.label %}

{{ widget.label }}

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