{% load account_tags %}
{% if profile.name %} {{ profile.name }} ({% user_display profile.user %}) {% else %} {% user_display profile.user %} {% endif %}
{% if profile.location %}{{ profile.location }}{% endif %} {% if profile.location and profile.website %}•{% endif %} {% if profile.website %}{{ profile.website }}{% endif %}