{% extends "Profile/show/layout.html.twig" %} {% block schemaBlock %} {% if user.publicProfile %} {% endif %} {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block page %}
{{ user.firstname ~ " " ~ user.lastname }} {% if app.user is not null and app.user.id == user.id %} {% endif %}
{% if user.bio is not null or (app.user is not null and app.user.id == user.id) %}{% if user.bio is not null %}{% endif %}{{ user.bio }}
{% endif %} {% if app.user is not null and app.user.id == user.id %} {% endif %}
{{ 'profile.inline_edit.language_preference_desc'|trans({}, 'FOSUserBundle') }}
{{ 'profile.inline_edit.newsletter_desc'|trans({}, 'FOSUserBundle') }}
{{ 'profile.social_account'|trans({}, 'FOSUserBundle') }}