30
30
{% set message %}{% trans "This action cannot be undone." %}{% endset %}
31
31
{{ forms.message(message) }}
34
34
{% if module.getMedia().isUsed(1) %}
35
35
{% set message %}{% trans "This widget is linked to Media in the Library which is also in use elsewhere. If this should be deleted then please do so from the Library page." %}{% endset %}
36
36
{{ forms.message(message) }}