{% load i18n creme_perms mobile_tags %}{% load bool or_op from creme_core_tags %} {% if user|has_perm_to_view:contact %} {% mobile_prepare_fields contact 'email' 'billing_address' 'position' 'phone' 'mobile' %} {% with email=contact.email address=contact.billing_address position=contact.position organisations=contact.get_employers %} {% with has_address=address|bool %} {% with more_info=email|or_op:has_address|or_op:position|or_op:organisations %}