{% load i18n creme_widgets %}{% load format_amount blockjsondata from creme_core_tags %}
{% if button.permission_error %}
{% else %}
{% endif %}
{% comment %}
{% load i18n creme_perms creme_widgets %}{% load format_amount blockjsondata from creme_core_tags %}
{% if button.is_allowed and user|has_perm_to_link:object %}
{% else %}
{% endif %}
{% endcomment %}