|
|
|
|
@ -42,9 +42,6 @@ |
|
|
|
|
|
|
|
|
|
<div class="i-contacts clearfix"> |
|
|
|
|
<div class="ic-buttons"> |
|
|
|
|
{% if user.is_authenticated %} |
|
|
|
|
<a class="button icon-msg pw-open" href="#pw-reply">{% trans 'отправить сообщение' %}</a> |
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
<ul class="soc-media-buttons"> |
|
|
|
|
{% if member.profile.facebook %} |
|
|
|
|
@ -68,7 +65,9 @@ |
|
|
|
|
</li> |
|
|
|
|
{% endif %} |
|
|
|
|
</ul> |
|
|
|
|
</div> |
|
|
|
|
<a class="button icon-msg pw-open" href="#pw-reply">{% trans 'отправить сообщение' %}</a> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<div class="ic-links"> |
|
|
|
|
{% if member.profile.phone and member.profile.show_phone %} |
|
|
|
|
<div class="ic-tel"> |
|
|
|
|
@ -94,10 +93,11 @@ |
|
|
|
|
|
|
|
|
|
<div class="i-additional"> |
|
|
|
|
<div class="ia-title">{% trans 'О себе' %}:</div> |
|
|
|
|
{{ member.profile.about|safe }} |
|
|
|
|
{{ member.profile.about|safe|linebreaks }} |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
{% if member.get_expositions_number > 0 or member.get_conferences_number > 0 or member.get_seminars_number > 0 %} |
|
|
|
|
<div class="i-statistics"> |
|
|
|
|
<header class="clearfix"> |
|
|
|
|
<div class="ish-title">{% trans 'Участие в событиях' %}</div> |
|
|
|
|
@ -118,5 +118,6 @@ |
|
|
|
|
<ul class="cat-list cl-exhibitions"> |
|
|
|
|
</ul> |
|
|
|
|
</div> |
|
|
|
|
{% endif %} |
|
|
|
|
</div> |
|
|
|
|
</div> |