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