{% extends "MuzichHomeBundle::layout.html.twig" %} {% block title %}{{ viewed_user.name }}{% endblock %} {% block content %} {{ 'user.view_favorites'|trans({}, 'users') }} | {% if following %} {{ 'user.notfollow'|trans({}, 'users') }} {% else %} {{ 'user.follow'|trans({}, 'users') }} {% endif %}

{{ viewed_user.name }}

{% include "MuzichCoreBundle:SearchElement:default.html.twig" %} {% if more_count is defined %} {% if elements|length %} {{ 'more'|trans({}, 'userui') }} {% endif %} {% endif %} {% endblock %}