{% load i18n %} {% with profile=object.userprofile %}
{% block mugshot %} {% with profile.avatar_url as avatar_url %} {% if avatar_url != None %} {% endif %} {% endwith %} {% if can_edit %} {% trans 'Edit Mugshot' %}
{% blocktrans trimmed %} Pictures provided by libravatar (which falls back to Gravatar).
Change your picture there. {% endblocktrans %}
{% endif %} {% endblock mugshot %}
{% include "wafer.users/snippets/profile_25-menu.html" %} {% spaceless %} {% block name %}

{% if profile.homepage %} {% endif %} {{ profile.display_name }} {% if profile.homepage %} {% endif %}

{% endblock name %} {% block social %} {% for tag, site_url in social_sites.items %}

{{ tag }}: {{ site_url }}

{% endfor %} {% for tag, site_url in code_sites.items %}

{{ tag }}: {{ site_url }}

{% endfor %} {% endblock social %} {% endspaceless %}
{% if profile.bio %}
{{ profile.bio|linebreaks }}
{% endif %}
{% endwith %}