{% if profile.organisations.exists %}
{% if not search %} {% if profile.organisations.first.logo %}
Picture of {{ profile.organisations.first.name }}
{% endif %}

{{ profile.organisations.first.name }}

{% else %} {% if profile.organisations.first.logo %}
Picture of {{ profile.organisations.first.name }}
{% endif %}

{{ profile.organisations.first.name }}

{% endif %}
{% else %} {% if profile.employer_name %}

{{ profile.employer_name }}

{% endif %} {% endif %}