{% extends "base.html" %} {% block body %}

Journal/Conference Search


{% if found %} {% if found.results %} Showing top {{ found.count_returned }} out of {{ found.count_found }} results for: {{ found.query.q }} {% for entity in found.results %}

{{ entity['name'] }} {% if entity.is_oa %}{% endif %}

{% if entity.publisher %}
{{ entity.publisher }}
{% endif %} {% if entity.issnl %} ISSN {{ entity.issnl }} {% endif %} {% if entity.container_type %}  {{ entity.container_type }} {% endif %}
{% endfor %} {% if found.results|length > 8 %}
Showing top {{ found.count_returned }} out of {{ found.count_found }} results for: {{ found.query.q }} {% endif %} {% else %}

No results found!

Query was: {{ found.query.q }}

Try:

{% endif %} {% endif %} {% endblock %}