{% load thumbnail %} {% if user.is_anonymous_member %} {% icon "user-secret" classname="size-5 text-black" %} {% elif user.avatar %} {% thumbnail user.avatar "40x40" crop="center" format="WEBP" as img %} {{ user }} {% endthumbnail %} {% else %} {% with avatar_hsl_color=user.get_avatar_hsl_color %} {{ user.get_initials }} {% endwith %} {% endif %}