{% if not request.path.startswith('/search/users') %}
Author:
Domain:
NSFW:
Hole:
Before Date:
After Date:
{% if request.path.startswith('/search/comments') %}
Post ID:
{% endif %}
{% if request.path.startswith('/search/posts') %}
Post Title Only:
{% endif %}
{% endif %}
Showing {% block listinglength %}{{listing | length}}{% endblock %} of {{total}} result{{'s' if total != 1 else ''}} for
{{query}}
{% if not '/users' in request.path %}
{% if t != "hour" %}Hour{% endif %}
{% if t != "day" %}Day{% endif %}
{% if t != "week" %}Week{% endif %}
{% if t != "month" %}Month{% endif %}
{% if t != "year" %}Year{% endif %}
{% if t != "all" %}All{% endif %}
{% if sort != "top" %}Top{% endif %}
{% if sort != "bottom" %}Bottom{% endif %}
{% if sort != "new" %}New{% endif %}
{% if sort != "old" %}Old{% endif %}
{% if sort != "controversial" %}Controversial{% endif %}
{% if sort != "comments" and "/posts" in request.path %}Comments{% endif %}