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 %}
{% if publication_search_list.has_previous %}
previous
{% endif %}
Page {{ publication_search_list.number }} of {{ publication_search_list.paginator.num_pages }}.
{% if publication_search_list.has_next %}
next
{% endif %}
{% endif %}
{% if commentary_search_list %}
Commentaries ({{commentary_search_list|length}})
{% for commentary in commentary_search_list %}
{% include 'commentaries/_commentary_card_content.html' with commentary=commentary %}
{% endfor %}
{% if commentary_search_list.has_previous %}
previous
{% endif %}
Page {{ commentary_search_list.number }} of {{ commentary_search_list.paginator.num_pages }}.
{% if commentary_search_list.has_next %}
next
{% endif %}
{% endif %}
{% if submission_search_list %}
Submissions ({{submission_search_list|length}})
{% for submission in submission_search_list %}
{% include 'submissions/_submission_card_content.html' with submission=submission %}
{% endfor %}
{% if submission_search_list.has_previous %}
previous
{% endif %}
Page {{ submission_search_list.number }} of {{ submission_search_list.paginator.num_pages }}
{% if submission_search_list.has_next %}
next
{% endif %}
{% endif %}
{% if thesislink_search_list %}
Theses ({{thesislink_search_list|length}})
{% for thesislink in thesislink_search_list %}
{% include 'theses/_thesislink_card_content.html' with thesislink=thesislink %}
{% endfor %}
{% endif %}
{% if comment_search_list %}
Comments ({{comment_search_list|length}})
{% for comment in comment_search_list %}
{% include 'comments/_comment_card_extended_content.html' with comment=comment %}