{% extends 'scipost/base.html' %} {% block pagetitle %}: list{% endblock pagetitle %} {% block content %}

Search results{% if search_term %}: {{ search_term }}{% endif %}

{% if not publication_search_list and not commentary_search_list and not submission_search_list and not thesislink_search_list and not comment_search_link and not comment_search_list %}

Your search query did not return any result.

{% endif %}
{% if publication_search_list %}

Publications ({{publication_search_list|length}})

{% for publication in publication_search_list %}
{% include 'journals/_publication_card_content.html' with publication=publication %}
{% endfor %}
{% endif %} {% if commentary_search_list %}

Commentaries ({{commentary_search_list|length}})

{% endif %} {% if submission_search_list %}

Submissions ({{submission_search_list|length}})

{% endif %} {% if thesislink_search_list %}

Theses ({{thesislink_search_list|length}})

{% endif %} {% if comment_search_list %}

Comments ({{comment_search_list|length}})

{% endif %} {% endblock content %}