{% 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

{% for publication in publication_search_list %} {{ publication.header_as_li }} {% endfor %}
{% endif %} {% if commentary_search_list %}

Commentaries

{% endif %} {% if submission_search_list %}

Submissions

{% endif %} {% if thesislink_search_list %}

Theses

{% endif %} {% if comment_search_list %}

Comments

    {% for comment in comment_search_list %} {{ comment.header_as_li }} {% endfor %}
{% endif %}
{% endblock content %}