{% load i18n creme_core_tags mobile_tags %}{% has_perm_to view contact as view_perm %} {% if view_perm %} {% 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 %}