{% set path = request.path.replace("/@" + u.username, '') %}
{% if "/saved/" not in request.path and "/subscribed/" not in request.path and not path == '' and '/wall/comment/' not in path %}
{% endif %}