|
|
|
|
@ -16,13 +16,14 @@ |
|
|
|
|
Открытые проекты |
|
|
|
|
<span><!--<mark>2</mark> / <span>-->{{ open_project_count }}</span></span> |
|
|
|
|
</a> |
|
|
|
|
|
|
|
|
|
{% if request.user == customer %} |
|
|
|
|
<a href="{% url 'users:customer-profile-trashed-projects' pk=pk %}" class="btn btn-default"> |
|
|
|
|
Корзина |
|
|
|
|
<span><mark></mark><span>{{ trashed_project_count }}</span></span> |
|
|
|
|
</a> |
|
|
|
|
{% endif %} |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
{% if request.user == customer %} |
|
|
|
|
<div class="polsF1 disTab polsSearch"> |
|
|
|
|
<div class="col-lg-3"> |
|
|
|
|
<form action="{% url 'users:customer-profile-open-projects' pk=pk %}" method="GET" novalidate> |
|
|
|
|
@ -30,6 +31,7 @@ |
|
|
|
|
</form> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
{% if request.user == customer %} |
|
|
|
|
<div class="col-lg-3 col-lg-offset-1"> |
|
|
|
|
|