Search results

{% if first_portion %} {% for result in first_portion %}

{{ result.name }}
{% if result.image %} {% endif %} {% if result.title %} {{ result.title }}{% if result.department %},
{% endif %} {% endif %} {{ result.department }}

{% endfor %} {% else %}

There were no matches to your search.

{% endif %} {% if second_portion %} + Show all
{% for result in second_portion %} {% comment %}
{% endcomment %}

{{ result.name }}
{% if result.image %} {% endif %} {% if result.title %} {{ result.title }}{% if result.department %},
{% endif %} {% endif %} {{ result.department }}

{% endfor %}
{% endif %}