{% extends 'base.html.twig' %} {% block title %}Profil de {{profileusername}} {% endblock %} {% block body %}
{{ description }}
{# Affichage du status du profil #} {% if isPrivate %}Ce profil est privé.
{% else %}Ce profil est public.
{% endif %} {# Si ce n'est pas son profil, affichage du status d'abonnement #} {% if not me %} {% if not follow %} {% else %} {% endif %} {% endif %}{{ msg.text | striptags('') | raw }}
Répondre RT