{% extends 'partials/base.html' %} {% load staticfiles %} {% load i18n %} {% block content %} {% include 'partials/header.html' %}
Сравнение кандидатов по проекту
{{ object }}
| № | Кандидат | Цена | Срок | Описание | Рейтинги/отзывы | Безопасные сделки | Решение |
|---|---|---|---|---|---|---|---|
| {{ cand.position }} | {% if cand.answer.author|class_name == 'User' %} {{ cand.answer.author.get_full_name }} {% elif cand.answer.author|class_name == 'Team' %} {{ cand.answer.author.name }} {% endif %} | {{ cand.answer.budget }} | {% if cand.answer.term_type == 'project' %} За проект {% else %} {% morph cand.answer.term TERM_TYPE_MORPHS|get:cand.answer.term_type %} {% endif %} |
|
0 {% if cand.answer.secure_deal_only %} Готов работать по безопасной сделке {% endif %} |