{% extends "profiles.twig" %} {% block subcontent %}

{{ message|default('')|nl2br }}

{% if is_granted('EDIT_PROFILE', profile) %}

Edit profile {% endif %} {% if is_granted('VIEW_PROFILE', profile) %} Preview profile

{% endif %} {% endblock %}