{% load cms_tags allink_cms_tags sekizai_tags i18n allink_image_tags cache %} {% for object in object_list %}
{% if object.job_function %}
{{ object.job_function }}
{% endif %}
{% if object.email %}
{{object.email}}
{% endif %}
{% if object.phone %}
{{object.phone_formatted}}
{% endif %}