{% load i18n creme_ctype creme_perms creme_query %} {% with orga_ctype='PERSONS_ORGANISATION_MODEL'|ctype_for_swappable contact_ctype='PERSONS_CONTACT_MODEL'|ctype_for_swappable %} {% with contact_perm=user|has_perm_to_list:contact_ctype orga_perm=user|has_perm_to_list:orga_ctype %} {% if contact_perm or orga_perm %}
{% endif %} {% endwith %} {% endwith %}