|
|
|
@ -16,6 +16,8 @@ |
|
|
|
<img class="user-avatar" src="{% static 'client/img/no-logo.png' %}" width="100" height="100"/> |
|
|
|
<img class="user-avatar" src="{% static 'client/img/no-logo.png' %}" width="100" height="100"/> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="i-rating" title="{% trans 'Рейтинг' %}: {{ company.rating }}" id="profile-rating">{{ company.rating }}</div> |
|
|
|
|
|
|
|
|
|
|
|
</aside> |
|
|
|
</aside> |
|
|
|
<div class="i-info"> |
|
|
|
<div class="i-info"> |
|
|
|
<header> |
|
|
|
<header> |
|
|
|
@ -204,7 +206,7 @@ |
|
|
|
{% if company.get_expositions_number > 0 or company.get_conferences_number > 0 or company.get_seminars_number > 0 %} |
|
|
|
{% if company.get_expositions_number > 0 or company.get_conferences_number > 0 or company.get_seminars_number > 0 %} |
|
|
|
<hr /> |
|
|
|
<hr /> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
{% if company.users.all|length > 0 %} |
|
|
|
<div class="i-staff"> |
|
|
|
<div class="i-staff"> |
|
|
|
<div class="sect-title"><a href="#">{% trans 'Сотрудники' %}</a></div> |
|
|
|
<div class="sect-title"><a href="#">{% trans 'Сотрудники' %}</a></div> |
|
|
|
|
|
|
|
|
|
|
|
@ -243,5 +245,7 @@ |
|
|
|
<a class="button more" href="#">{% trans 'Все сотрудники' %}</a> |
|
|
|
<a class="button more" href="#">{% trans 'Все сотрудники' %}</a> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{% endblock %} |
|
|
|
{% endblock %} |