{% load static %} {% load i18n %} {% comment %} {# TODO intercooler.js call with CSRF #}
Click Me!
{% endcomment %} {% if queryset %}
{{ queryset.count }} hits
{% for object in users %}
{% if object.image %} {% else %} {% endif %}

{{object.get_academic_name}}

{% for affiliation in object.get_main_affiliation %} {% if affiliation.main %}

{{ affiliation.position }}, {{ affiliation.name_of_institution }}, {{ affiliation.place_of_institution }} ({{ affiliation.country_of_institution }})

{% endif %} {% endfor %}
{% if forloop.last %}
{% endif %}
{# create a new row after every 3rd item #} {% if forloop.counter|divisibleby:2 %}

{% endif %} {% endfor %}
{% else %}
{% trans "No Resarchers found" %}.
{% endif %} {% comment %}
{% include "countries.html" %}
{% endcomment %}