{% set path = request.path.replace("/@" + u.username, '') %}
{% if u.is_visible_to(v) and "/saved/" not in request.path and "/subscribed/" not in request.path and not path == '' and '/wall/comment/' not in path %}
{{- macros.time_filter_buttons() -}} {% if "/posts" in request.path %} {{- macros.sorting_buttons(POST_SORTS) -}} {% else %} {{- macros.sorting_buttons(COMMENT_SORTS) -}} {% endif %}
{% endif %}