{% load i18n %}
{% trans "This widget is currently not available." %}
{% if title %}

{% blocktrans %} There is a problem getting the widget "{{ title }}". There is no need for you to take any action. {% endblocktrans %}

{% endif %}