{% load i18n creme_widgets %}{% load jsondata from creme_core_tags %}
{% with action=entry.action %}
{% if entry.permission_error %}
{% if action.icon %}{{ action.icon.render }}{% endif %}{{ entry.label }}
{% else %}
{% if action.icon %}{{ action.icon.render }}{% endif %}{{ entry.label }}
{% jsondata action.props %}
{% endif %}
{% endwith %}