{% extends "MuzichHomeBundle::layout.html.twig" %} {% block title %}{{ 'playlist.user_title'|trans({'%user_username%' : viewed_user.username }, 'elements') }}{% endblock %} {% block mainbox_classes %}{% endblock %} {% block content %}
{{ 'user.view_profile'|trans({}, 'users') }}

{{ 'playlist.user_title'|trans({'%user_username%' : viewed_user.username }, 'elements') }}

{% if app.user %} {% if viewed_user.id == app.user.id %}

{{ 'playlist.how_add_element'|trans({}, 'elements') }}

{% endif %} {% endif %} {% if playlists|length %} {% endif %}
{% endblock %}