|
|
|
|
@ -122,15 +122,23 @@ |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<hr /> |
|
|
|
|
{% if company.get_expositions_number > 0 or company.get_conferences_number > 0 or company.get_seminars_number > 0 %} |
|
|
|
|
<div class="i-statistics"> |
|
|
|
|
<header class="clearfix"> |
|
|
|
|
<div class="ish-title">{% trans 'Участие в событиях' %}</div> |
|
|
|
|
|
|
|
|
|
<div class="ish-data"> |
|
|
|
|
<span><a href="/expositions/member-{{ company.url }}"><b>{{ company.get_expositions_number }}</b> в {% trans 'выставках' %}</a></span> |
|
|
|
|
<span><a href="/conferences/member-{{ company.url }}"><b>{{ company.get_conferences_number }}</b> в {% trans 'конференциях' %}</a></span> |
|
|
|
|
<span><a href="/seminars/member-{{ company.url }}"><b>{{ company.get_seminars_number }}</b> в {% trans 'семинарах' %}</a></span> |
|
|
|
|
</div> |
|
|
|
|
{% if company.get_expositions_number > 0 %} |
|
|
|
|
<span><a href="/expositions/member-{{ company.url }}"><b>{{ company.get_expositions_number }}</b> в {% trans 'выставках' %}</a></span> |
|
|
|
|
{% endif %} |
|
|
|
|
{% if company.get_conferences_number > 0 %} |
|
|
|
|
<span><a href="/conferences/member-{{ company.url }}"><b>{{ company.get_conferences_number }}</b> в {% trans 'конференциях' %}</a></span> |
|
|
|
|
{% endif %} |
|
|
|
|
{% if company.get_seminars_number > 0 %} |
|
|
|
|
<span><a href="/seminars/member-{{ company.url }}"><b>{{ company.get_seminars_number }}</b> в {% trans 'семинарах' %}</a></span> |
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
</header> |
|
|
|
|
|
|
|
|
|
<ul class="cat-list cl-exhibitions"> |
|
|
|
|
@ -179,6 +187,7 @@ |
|
|
|
|
<a class="button more" href="/expositions/member-{{ company.url }}">{% trans 'Все события' %}</a> |
|
|
|
|
{% endif %} |
|
|
|
|
</div> |
|
|
|
|
{% endif %} |
|
|
|
|
<hr /> |
|
|
|
|
<div class="i-staff"> |
|
|
|
|
<div class="sect-title"><a href="#">{% trans 'Сотрудники' %}</a></div> |
|
|
|
|
|