2 {% load libravatar_tags %}
4 {% pybb_get_profile user=user as user_profile %}
5 <a href="{{ user_profile.get_absolute_url }}">
6 <img src="{% libravatar user.email PYBB_AVATAR_WIDTH %}" alt="{{ user }} libravatar" width="{{ PYBB_AVATAR_WIDTH }}" height="{{ PYBB_AVATAR_HEIGHT }}" />