{% load specializtions_tags %} {% load thumbnail %}
{% if customer.avatar %} {% thumbnail customer.avatar "235x224" crop="center" as im %} profile-image {% endthumbnail %} {% else %} profile-image {% endif %}

{{ customer.get_full_name }} [{{ customer.username }}]

{{ customer.location.name }}

{% ratings_widget customer.pk %}