|
|
|
@ -24,9 +24,10 @@ |
|
|
|
<div class="i-title">{{ company.name|safe }}</div> |
|
|
|
<div class="i-title">{{ company.name|safe }}</div> |
|
|
|
</header> |
|
|
|
</header> |
|
|
|
|
|
|
|
|
|
|
|
<div class="i-area"> |
|
|
|
<div class="i-area brief"> |
|
|
|
<a href="#">{{ company.specialization|linebreaks }}</a> |
|
|
|
{{ company.specialization|linebreaks }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
{% with themes=company.theme.all %} |
|
|
|
{% with themes=company.theme.all %} |
|
|
|
<div class="i-area" id="theme-inf" data-theme="{% for th in themes %}{{ th.id }},{% endfor %}"> |
|
|
|
<div class="i-area" id="theme-inf" data-theme="{% for th in themes %}{{ th.id }},{% endfor %}"> |
|
|
|
{% for th in themes %} |
|
|
|
{% for th in themes %} |
|
|
|
@ -36,17 +37,7 @@ |
|
|
|
{% endwith %} |
|
|
|
{% endwith %} |
|
|
|
<hr /> |
|
|
|
<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 %} |
|
|
|
{% if company.address_inf %} |
|
|
|
<div class=" mb-1em address-wrap" id="address-wrap"> |
|
|
|
<div class=" mb-1em address-wrap" id="address-wrap"> |
|
|
|
<a class="map-toggle " href="javascript:void(0);" data-show-text="{% trans 'Раскрыть карту' %}" data-hide-text="{% trans 'Скрыть карту' %}"><i class="fa fa-map-marker"> </i><span class="label">Раскрыть карту</span></a> |
|
|
|
<a class="map-toggle " href="javascript:void(0);" data-show-text="{% trans 'Раскрыть карту' %}" data-hide-text="{% trans 'Скрыть карту' %}"><i class="fa fa-map-marker"> </i><span class="label">Раскрыть карту</span></a> |
|
|
|
@ -61,7 +52,17 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<hr /> |
|
|
|
<hr /> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
{% 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 %} |
|
|
|
<div class="i-contacts clearfix"> |
|
|
|
<div class="i-contacts clearfix"> |
|
|
|
{% if company.facebook or company.linkedin or company.vk or company.twitter %} |
|
|
|
{% if company.facebook or company.linkedin or company.vk or company.twitter %} |
|
|
|
<div class="ic-buttons"> |
|
|
|
<div class="ic-buttons"> |
|
|
|
|