|
|
|
|
@ -41,7 +41,12 @@ |
|
|
|
|
{% endif %} |
|
|
|
|
</div> |
|
|
|
|
<p class="nameMess"> |
|
|
|
|
<div><a href="#">{{ contact.username }}</a></div> |
|
|
|
|
{% 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 %} |
|
|
|
|
<div><a href="{{ contact_url }}">{{ contact.username }}</a></div> |
|
|
|
|
</p> |
|
|
|
|
|
|
|
|
|
<a href="#" data-target="#userModal" data-toggle="modal" |
|
|
|
|
@ -148,7 +153,7 @@ |
|
|
|
|
Обсуджение задания и условий выполнения работы. Подтверждение заказа исполнителем. |
|
|
|
|
</p> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="order-stages" class="stepssBlock"></div> |
|
|
|
|
|
|
|
|
|
<div class="stepssBlock box-sizing disTab"> |
|
|
|
|
|