{# Card de résultat User dans /search?type=users. Args : - profile : User cible - is_self : bool (true si c'est l'utilisateur connecté) - is_following : bool (l'utilisateur courant suit-il déjà profile ?) Structure : wrapper
{{ profile.bio|slice(0, 120) }}{% if profile.bio|length > 120 %}…{% endif %}
{% endif %}