{% load i18n creme_widgets creme_perms %}{% load blockjsondata from creme_core_tags %} {% translate 'Close project' as close_label %} {# #} {% widget_icon name='cancel' size='instance-button' label=close_label %} {{close_label}} {% blockjsondata %}{ "options": { "confirm": "{% translate 'Do you really want to close this project?' %}" } }{% endblockjsondata %}