{% extends 'scipost/base.html' %} {% load bootstrap %} {% load extra_form_widgets %} {% block meta_description %}{{ block.super }} Search{% endblock meta_description %} {% block pagetitle %} search{% if form.q.value %}: {{ form.q.value }}{% endif %}{% endblock pagetitle %} {% block breadcrumb %} {% endblock %} {% block content %}
Your search query did not return any result.
{% endfor %} {% if is_paginated %}{% if page_obj.has_previous %} Previous {% endif %} Page {{ page_obj.number }} of {{ page_obj.paginator.num_pages }}. {% if page_obj.has_next %} Next {% endif %}
{% endif %}Your search query did not return any result.
{% endif %}