|
|
|
|
@ -22,7 +22,9 @@ |
|
|
|
|
<div class="i-title">{{ company.name|safe }}</div> |
|
|
|
|
</header> |
|
|
|
|
|
|
|
|
|
<div class="i-area"><a href="#">{{ company.specialization|linebreaks }}</a></div> |
|
|
|
|
<div class="i-area"> |
|
|
|
|
<a href="#">{{ company.specialization|linebreaks }}</a> |
|
|
|
|
</div> |
|
|
|
|
{% with themes=company.theme.all %} |
|
|
|
|
<div class="i-area" id="theme-inf" data-theme="{% for th in themes %}{{ th.id }},{% endfor %}"> |
|
|
|
|
{% for th in themes %} |
|
|
|
|
@ -30,53 +32,57 @@ |
|
|
|
|
{% endfor %} |
|
|
|
|
</div> |
|
|
|
|
{% endwith %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<hr /> |
|
|
|
|
<div class="i-tags"> |
|
|
|
|
{% with tags=company.tag.all %} |
|
|
|
|
{% for tag in tags %} |
|
|
|
|
<a href="{{ company.catalog }}tag/{{ tag.url }}">{{ tag.name }}</a>, |
|
|
|
|
{% endfor %} |
|
|
|
|
{% endwith %} |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<hr /> |
|
|
|
|
{{ company.address_inf }} |
|
|
|
|
<hr /> |
|
|
|
|
{% if company.tag.all|length > 0 %} |
|
|
|
|
<div class="i-tags"> |
|
|
|
|
{% with tags=company.tag.all %} |
|
|
|
|
{% for tag in tags %} |
|
|
|
|
<a href="{{ company.catalog }}tag/{{ tag.url }}">{{ tag.name }}</a>, |
|
|
|
|
{% endfor %} |
|
|
|
|
{% endwith %} |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<hr /> |
|
|
|
|
{% endif %} |
|
|
|
|
{% if company.address_inf %} |
|
|
|
|
{{ company.address_inf }} |
|
|
|
|
<hr /> |
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
<div class="i-contacts clearfix"> |
|
|
|
|
<div class="ic-buttons"> |
|
|
|
|
<div class="ic-buttons_text">{% trans 'Профили в соц.сетях:' %}</div> |
|
|
|
|
|
|
|
|
|
{% comment %} |
|
|
|
|
<a class="button icon-msg" href="#">{% trans 'отправить сообщение' %}</a> |
|
|
|
|
{% endcomment %} |
|
|
|
|
|
|
|
|
|
<ul class="soc-media-buttons"> |
|
|
|
|
{% if company.facebook %} |
|
|
|
|
<li> |
|
|
|
|
<a target="_blank" href="#" data-type="href" data-hash="fb" data-url="{{ company.facebook |base64_encode }}" class="link-encode"><img src="{% static 'client/img/soc-medias/sm-icon-fb.png' %}" title="Facebook" alt="Facebook" /></a> |
|
|
|
|
</li> |
|
|
|
|
{% endif %} |
|
|
|
|
{% if company.linkedin %} |
|
|
|
|
<li> |
|
|
|
|
<a target="_blank" href="#" data-type="href" data-hash="ld" data-url="{{ company.linkedin|base64_encode }}" class="link-encode"><img src="{% static 'client/img/soc-medias/sm-icon-lin.png' %}" title="LinkedIn" alt="LinkedIn" /></a> |
|
|
|
|
</li> |
|
|
|
|
{% endif %} |
|
|
|
|
{% if company.vk %} |
|
|
|
|
<li> |
|
|
|
|
<a target="_blank" href="#" data-type="href" data-hash="vk" data-url="{{ company.vk|base64_encode }}" class="link-encode"><img src="{% static 'client/img/soc-medias/sm-icon-vk.png' %}" title="В контакте" alt="В контакте" /></a> |
|
|
|
|
</li> |
|
|
|
|
{% endif %} |
|
|
|
|
{% if company.twitter %} |
|
|
|
|
<li> |
|
|
|
|
<a target="_blank" href="#" data-type="href" data-hash="tw" data-url="{{ company.twitter|base64_encode }}" class="link-encode"><img src="{% static 'client/img/soc-medias/sm-icon-twit.png' %}" title="Twitter" alt="Twitter" /></a> |
|
|
|
|
</li> |
|
|
|
|
{% endif %} |
|
|
|
|
</ul> |
|
|
|
|
</div> |
|
|
|
|
{% if company.facebook or company.linkedin or company.vk or company.twitter %} |
|
|
|
|
<div class="ic-buttons"> |
|
|
|
|
<div class="ic-buttons_text">{% trans 'Профили в соц.сетях:' %}</div> |
|
|
|
|
|
|
|
|
|
{% comment %} |
|
|
|
|
<a class="button icon-msg" href="#">{% trans 'отправить сообщение' %}</a> |
|
|
|
|
{% endcomment %} |
|
|
|
|
|
|
|
|
|
<ul class="soc-media-buttons"> |
|
|
|
|
{% if company.facebook %} |
|
|
|
|
<li> |
|
|
|
|
<a target="_blank" href="#" data-type="href" data-hash="fb" data-url="{{ company.facebook |base64_encode }}" class="link-encode"><img src="{% static 'client/img/soc-medias/sm-icon-fb.png' %}" title="Facebook" alt="Facebook" /></a> |
|
|
|
|
</li> |
|
|
|
|
{% endif %} |
|
|
|
|
{% if company.linkedin %} |
|
|
|
|
<li> |
|
|
|
|
<a target="_blank" href="#" data-type="href" data-hash="ld" data-url="{{ company.linkedin|base64_encode }}" class="link-encode"><img src="{% static 'client/img/soc-medias/sm-icon-lin.png' %}" title="LinkedIn" alt="LinkedIn" /></a> |
|
|
|
|
</li> |
|
|
|
|
{% endif %} |
|
|
|
|
{% if company.vk %} |
|
|
|
|
<li> |
|
|
|
|
<a target="_blank" href="#" data-type="href" data-hash="vk" data-url="{{ company.vk|base64_encode }}" class="link-encode"><img src="{% static 'client/img/soc-medias/sm-icon-vk.png' %}" title="В контакте" alt="В контакте" /></a> |
|
|
|
|
</li> |
|
|
|
|
{% endif %} |
|
|
|
|
{% if company.twitter %} |
|
|
|
|
<li> |
|
|
|
|
<a target="_blank" href="#" data-type="href" data-hash="tw" data-url="{{ company.twitter|base64_encode }}" class="link-encode"><img src="{% static 'client/img/soc-medias/sm-icon-twit.png' %}" title="Twitter" alt="Twitter" /></a> |
|
|
|
|
</li> |
|
|
|
|
{% endif %} |
|
|
|
|
</ul> |
|
|
|
|
</div> |
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
<div class="ic-links"> |
|
|
|
|
{% if company.phone %} |
|
|
|
|
@ -195,9 +201,11 @@ |
|
|
|
|
<a class="button more" href="/expositions/member-{{ company.url }}">{% trans 'Все события' %}</a> |
|
|
|
|
{% endif %} |
|
|
|
|
</div> |
|
|
|
|
{% if company.get_expositions_number > 0 or company.get_conferences_number > 0 or company.get_seminars_number > 0 %} |
|
|
|
|
<hr /> |
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
<hr /> |
|
|
|
|
<div class="i-staff"> |
|
|
|
|
<div class="i-staff"> |
|
|
|
|
<div class="sect-title"><a href="#">{% trans 'Сотрудники' %}</a></div> |
|
|
|
|
|
|
|
|
|
<div class="i-staff-list"> |
|
|
|
|
|