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