|
|
|
|
@ -10,7 +10,6 @@ |
|
|
|
|
{% block page_title %} |
|
|
|
|
{% endblock %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% block content_list %} |
|
|
|
|
{% if member.blocked %} |
|
|
|
|
{% include "client/includes/accounts/blocked_user.html" %} |
|
|
|
|
@ -23,9 +22,10 @@ |
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
{% endblock %} |
|
|
|
|
|
|
|
|
|
{% if user.is_authenticated and not member.blocked %} |
|
|
|
|
{% block popup %} |
|
|
|
|
<div id="pw-reply" class="popup-window pw-reply"> |
|
|
|
|
{% block popup %} |
|
|
|
|
<div id="pw-reply" class="popup-window pw-reply"> |
|
|
|
|
<header class="clearfix"> |
|
|
|
|
<div class="pw-title">{% trans 'Отправить сообщение' %}</div> |
|
|
|
|
</header> |
|
|
|
|
@ -43,10 +43,11 @@ |
|
|
|
|
</div> |
|
|
|
|
</form> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
{% if request.user == member %} |
|
|
|
|
{% if request.user == member %} |
|
|
|
|
{% include 'popups/create_company.html' with form=company_form %} |
|
|
|
|
{% endif %} |
|
|
|
|
{% endblock %} |
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
{% endblock %} |
|
|
|
|
{% endif %} |
|
|
|
|
|