{% extends 'base_catalog.html' %} {% load static %} {% load i18n %} {% load thumbnail %} {% load template_filters %} {% block bread_scrumbs %} {% endblock %} {% block content_list %}
{% if object.profile.avatar %} {% thumbnail object.profile.avatar "100x100" format="PNG" as im %} {% endthumbnail %} {% else %} {% endif %}

{{ object.get_full_name }}

{{ object.translator.languages }}

{% ifequal object.translator.gender 'female' %}{% endifequal %}{{ object.translator.birth|how_many_years }} лет{% if object.translator.car %}Есть личный автомобиль

{% endif %}
{% if object.profile.country %}

{{ object.profile.country.name }} {% if object.profile.city %}, {{ object.profile.city.name }}{% endif %}

{% endif %} {% if object.translator.native_language %}

{% trans 'Родной язык' %} — {{ object.translator.native_language }}

{% endif %}

{% if object.translator.education %}

{% trans 'Образование' %}:

{{ object.translator.education }}
{% endif %}
{% endblock %}