{% extends "home.html" %}
{%- import 'component/sorting_time.html' as sorting_time -%}
{% block pagetype %}search{% endblock %}
{% block title %}
Search for "{{query}}" - {{SITE_TITLE}}"
{% endblock %}
{% block navbar %}
{% 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 %}