{% load pybb_tags %} {% friendly_load thumbnail %}
{% pybb_get_profile user=user as user_profile %} {% if_has_tag thumbnail %} {% thumbnail user_profile.avatar PYBB_AVATAR_DIMENSIONS as avatar %} {{ user }} avatar {% empty %} default avatar {% endthumbnail %} {% else %} {% if user_profile.avatar %} {{ user }} avatar {% else %} default avatar {% endif %} {% endif_has_tag %}