{% for profile in results %}
{# link everything to users public profile page #}

{{ profile }}

{% include 'carers/partials/organization_details.html' with profile=profile search=True %}
{% if profile.avatar and not profile.enabled_privacy_mode %} picture of {{ profile }} {% endif %}
{% empty %} Your search doesn't match any results. {% endfor %}