{% load thumbnail %} {% load static %} {% load user_tags %}
{% if contact.avatar %} {% thumbnail contact.avatar "60x60" crop="center" as im %} mess-image {% endthumbnail %} {% else %} mess-image {% endif %}

{% if contact.is_contractor %} {% url "users:contractor-profile" pk=contact.pk as contact_url %} {% else %} {% url "users:customer-profile-open-projects" pk=contact.pk as contact_url %} {% endif %}

{% if request.user.is_contractor %}
{% else %}
{% endif %} {{ contact.username }}

Контакты {% get_new_count_for_contact contact request.user %} Удалить контакт