{% if "/saved/" not in request.path and "/subscribed/" not in request.path and not path == '' and '/wall/comment/' not in 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 != "subscriptions" and "/posts" in request.path %}Subscriptions{% endif %}
{% if sort != "saves" %}Saves{% endif %}
{% if sort != "random" %}Random{% endif %}