{% load i18n creme_ctype creme_widgets %}{% load blockjsondata from creme_core_tags %}
{% if not button.rtype.enabled %}
{% elif button.permission_error %}
{% else %}
{% with act_ctype='COMMERCIAL_ACT_MODEL'|ctype_for_swappable %}
{% endwith %}
{% endif %}
{% comment %}
{% load i18n creme_ctype creme_perms creme_widgets %}{% load blockjsondata from creme_core_tags %}
{% with link_perm=user|has_perm_to_link:object %}{% ctype_for_swappable 'COMMERCIAL_ACT_MODEL' as act_ctype %}
{% endwith %}
{% endcomment %}