{% extends 'base.html.twig' %} {% block title %}OceanExpert - A Directory of Marine and Freshwater Professionals{% endblock %} {% block stylesheets %} {% endblock %} {% block body %} {% include('navbarlogin.html.twig') %}
Search Results: Found {{ pagination.getTotalItemCount + institutions.getTotalItemCount}} matches for "{{qry}}"

People ({{ pagination.getTotalItemCount }})

{% for item in experts %}

{{item.0.fname}} {{item.0.sname}}

{{item.0.jobtitle}}

{% if item.instName %} Institute: {{item.instName}} {% endif %}

{% if item.0.activeng is defined and item.0.activeng != ""%} Activities:
{{item.0.activeng|truncate(100)|raw}} {% endif %}
{% if item.country is defined and item.country != ""%} Country:
{{item.country}} {% endif %}

{% endfor %}
{# Institute #}

Institute ({{ institutions.getTotalItemCount }})

{% for item in institutions %}

{{item.inst_name}} {% if item.acronym != "" %}({{item.acronym}}){% endif %}

{{item.inst_address|nl2br}}


{% endfor %}
{# Events #} {#

Events ({{ events.getTotalItemCount }})

{% for item in events %}
{% if item.0.idImagefile !=0 %} {% else %} {% endif %}

{{item.title}}

{{item.shorttitle|raw|nl2br|truncate(100)}}

{{item.summary|nl2br|truncate(100)|raw}}

{% endfor %}
#} {# Jobs

Jobs (0)

{% for item in items %}

{{item.0.fname}} {{item.0.sname}}

{{item.role}}

{% if item.instName %} Institute: {{item.instName}} {% endif %}

{{item.0.activeng|truncate(100)}}

{% endfor %}
#} {% include('footer.html.twig') %} {% endblock %}