{% extends "default.html" %} {% block pagetype %}search{% endblock %} {% block pagetitle %}Search for "{{query}}"{% endblock %} {% block head_final %} {% endblock %} {% block PseudoSubmitForm %} {% endblock %} {% block navbar %}{% endblock %} {% block content %}
{% if not request.path.startswith('/search/users') %}
{% endif %}
Showing {% block listinglength %}{{listing | length}}{% endblock %} of {{total}} result{{'s' if total != 1 else ''}} for

{{query}}

{% if not '/users' in request.path %}
{% endif %}
{% if not '/users' in request.path %}
{% endif %}
{% block listing_template %} {% include "submission_listing.html" %} {% endblock %}
{% endblock %} {% block pagenav %} {% endblock %}