{% extends 'base.html.twig' %} {% block title %}Profil de {{profileusername}} {% endblock %} {% block body %}
{{ description }}
{% if isPrivate %}Ce profil est privé.
{% else %}Ce profil est public.
{% endif %} {% if not me %} {% if not follow %} {% else %} {% endif %} {% endif %}{{ msg.text | striptags('') | raw }}
RT