{% 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.website %}{{ profile.website }}{% endif %}