<strong><span>{{ blog.publish_date|date:"d E Y" }}</span>{% if blog.tag.all.exists %}{% include 'includes/article_tags.html' with obj=blog %}{% endif %}</strong>
</div>
</div>
{% if forloop.counter == 5 or objects|length <5%}
{% include 'client/includes/banners/catalog_inner_2.html' %}
{% endif %}
{% if forloop.counter == 10 %}
{% include 'client/includes/banners/catalog_inner.html' %}
<divclass="sect-title">{% trans 'Дополнительная информация' %}</div>
<h2class="sect-title">{% trans 'Дополнительная информация' %}</h2>
<ulclass="e-docs">
<ulclass="e-docs">
{% if event.business_program.exists %}
{% if event.business_program.exists %}
<li><ahref="{{ event.get_permanent_url }}program/">{% trans 'Деловая программа' %}</a></li>
<li><ahref="{{ event.get_permanent_url }}program/">{% trans 'Деловая программа' %}</a></li>
@ -217,7 +217,7 @@
{% if companies %}
{% if companies %}
{# есть участники #}
{# есть участники #}
<header>
<header>
<divclass="im-title">{% trans 'Спикеры' %}</div>
<h2class="im-title">{% trans 'Спикеры' %}</h2>
<aclass="more"href="{{ event.get_permanent_url }}members/">{% trans 'Все спикеры' %}</a>
<aclass="more"href="{{ event.get_permanent_url }}members/">{% trans 'Все спикеры' %}</a>
</header>
</header>
<ul>
<ul>
@ -238,7 +238,7 @@
{% else %}
{% else %}
{# нет участников #}
{# нет участников #}
<header>
<header>
<divclass="im-title">{% trans 'Спикеры' %}</div>
<h2class="im-title">{% trans 'Спикеры' %}</h2>
<p>{% trans 'Разместите информацию о ключевых спикерах' %}</p>
<p>{% trans 'Разместите информацию о ключевых спикерах' %}</p>
<p><ahref="#pw-advertise"class="button icon-up pw-open">{% trans 'Рекламировать спикера' %}</a></p>
<p><ahref="#pw-advertise"class="button icon-up pw-open">{% trans 'Рекламировать спикера' %}</a></p>
</header>
</header>
@ -249,7 +249,7 @@
<divclass="im-visitors">
<divclass="im-visitors">
{% with visitors=event.users.all|slice:":17" %}
{% with visitors=event.users.all|slice:":17" %}
<header>
<header>
<divclass="im-title">{% trans 'Посетители' %}</div>
<h2class="im-title">{% trans 'Посетители' %}</h2>
</header>
</header>
<ulid="visitors-list">
<ulid="visitors-list">
{% if visitors %}
{% if visitors %}
@ -292,7 +292,7 @@
<hr/>
<hr/>
{% if event.get_nearest_events|slice:":6" %}
{% if event.get_nearest_events|slice:":6" %}
<divclass="e-cat">
<divclass="e-cat">
<divclass="sect-title">{% trans 'Ближайшие выставки по тематике' %} <ahref="{{ expo_catalog }}theme/{{ event.theme.all.0.url }}">«{{ event.theme.all.0 }}»</a></div>
<h2class="sect-title">{% trans 'Ближайшие выставки по тематике' %} <ahref="{{ expo_catalog }}theme/{{ event.theme.all.0.url }}">«{{ event.theme.all.0 }}»</a></h2>
<ulclass="cat-list cl-exhibitions">
<ulclass="cat-list cl-exhibitions">
{% for exp in event.get_nearest_events %}
{% for exp in event.get_nearest_events %}
<liclass="cl-item">
<liclass="cl-item">
@ -352,7 +352,7 @@
{% endif %}
{% endif %}
{% include 'client/includes/banners/detail_inner_3.html' %}
{% include 'client/includes/banners/detail_inner_3.html' %}
<divclass="e-cat look-also">
<divclass="e-cat look-also">
<divclass="sect-title">{% trans 'Смотрите также:' %}</div>
<h2class="sect-title">{% trans 'Смотрите также:' %}</h2>
<ahref="{{ event.catalog }}city/{{ event.city.url }}/">{% trans "Конференции" %} {% if request.LANGUAGE_CODE == 'ru' and event.city.inflect %}{{ event.city.inflect }}{% else %}{% trans 'in' %} {{ event.city.name }}{% endif %}</a>
<ahref="{{ event.catalog }}city/{{ event.city.url }}/">{% trans "Конференции" %} {% if request.LANGUAGE_CODE == 'ru' and event.city.inflect %}{{ event.city.inflect }}{% else %}{% trans 'in' %} {{ event.city.name }}{% endif %}</a>
<ahref="{{ event.catalog }}country/{{ event.country.url }}/">{% trans "Конференции" %} {% if request.LANGUAGE_CODE == 'ru' and event.country.inflect %}{{ event.country.inflect }}{% else %}{% trans 'in' %} {{ event.country.name }}{% endif %}</a>
<ahref="{{ event.catalog }}country/{{ event.country.url }}/">{% trans "Конференции" %} {% if request.LANGUAGE_CODE == 'ru' and event.country.inflect %}{{ event.country.inflect }}{% else %}{% trans 'in' %} {{ event.country.name }}{% endif %}</a>
<ahref="{{ event.catalog }}theme/{{ event.theme.all.0.url }}/country/{{ event.country.url }}/">{% trans "Конференции по тематике " %}«{{ event.theme.all.0.name|lower }}» {% if request.LANGUAGE_CODE == 'ru' and event.country.inflect %}{{ event.country.inflect }}{% else %}{% trans 'in' %} {{ event.country.name }}{% endif %}</a>
<ahref="{{ event.catalog }}theme/{{ event.theme.all.0.url }}/country/{{ event.country.url }}/">{% trans "Конференции по тематике " %}«{{ event.theme.all.0.name|lower }}» {% if request.LANGUAGE_CODE == 'ru' and event.country.inflect %}{{ event.country.inflect }}{% else %}{% trans 'in' %} {{ event.country.name }}{% endif %}</a>
{% with visitors=exposition.users.all|slice:":17" %}
{% with visitors=exposition.users.all|slice:":17" %}
<header>
<header>
<divclass="im-title">{% trans 'Посетители' %}</div>
<h2class="im-title">{% trans 'Посетители' %}</h2>
</header>
</header>
<ulid="visitors-list">
<ulid="visitors-list">
{% if visitors %}
{% if visitors %}
@ -322,7 +322,7 @@
<hr/>
<hr/>
{% if exposition.get_nearest_events|slice:":6" %}
{% if exposition.get_nearest_events|slice:":6" %}
<divclass="e-cat">
<divclass="e-cat">
<divclass="sect-title">{% trans 'Ближайшие выставки по тематике' %} <ahref="{{ expo_catalog }}theme/{{ exposition.theme.all.0.url }}">«{{ exposition.theme.all.0 }}»</a></div>
<h2class="sect-title">{% trans 'Ближайшие выставки по тематике' %} <ahref="{{ expo_catalog }}theme/{{ exposition.theme.all.0.url }}">«{{ exposition.theme.all.0 }}»</a></h2>
<ulclass="cat-list cl-exhibitions">
<ulclass="cat-list cl-exhibitions">
{% for exp in exposition.get_nearest_events %}
{% for exp in exposition.get_nearest_events %}
<liclass="cl-item">
<liclass="cl-item">
@ -369,7 +369,7 @@
</div>
</div>
{% endif %}
{% endif %}
<divclass="e-cat look-also">
<divclass="e-cat look-also">
<divclass="sect-title">{% trans 'Смотрите также:' %}</div>
<h2class="sect-title">{% trans 'Смотрите также:' %}</h2>
<ahref="{{ exposition.catalog }}city/{{ exposition.city.url }}/">{% trans "Выставки" %} {% if request.LANGUAGE_CODE == 'ru' and exposition.city.inflect %}{{ exposition.city.inflect }}{% else %}{% trans 'in' %} {{ exposition.city.name }}{% endif %}</a>
<ahref="{{ exposition.catalog }}city/{{ exposition.city.url }}/">{% trans "Выставки" %} {% if request.LANGUAGE_CODE == 'ru' and exposition.city.inflect %}{{ exposition.city.inflect }}{% else %}{% trans 'in' %} {{ exposition.city.name }}{% endif %}</a>
<ahref="{{ exposition.catalog }}country/{{ exposition.country.url }}/">{% trans "Выставки" %} {% if request.LANGUAGE_CODE == 'ru' and exposition.country.inflect %}{{ exposition.country.inflect }}{% else %}{% trans 'in' %} {{ exposition.country.name }}{% endif %}</a>
<ahref="{{ exposition.catalog }}country/{{ exposition.country.url }}/">{% trans "Выставки" %} {% if request.LANGUAGE_CODE == 'ru' and exposition.country.inflect %}{{ exposition.country.inflect }}{% else %}{% trans 'in' %} {{ exposition.country.name }}{% endif %}</a>
<ahref="{{ exposition.catalog }}theme/{{ exposition.theme.all.0.url }}/country/{{ exposition.country.url }}/">{% trans "Выставки по тематике " %}«{{ exposition.theme.all.0.name|lower }}» {% if request.LANGUAGE_CODE == 'ru' and exposition.country.inflect %}{{ exposition.country.inflect }}{% else %}{% trans 'in' %} {{ exposition.country.name }}{% endif %}</a>
<ahref="{{ exposition.catalog }}theme/{{ exposition.theme.all.0.url }}/country/{{ exposition.country.url }}/">{% trans "Выставки по тематике " %}«{{ exposition.theme.all.0.name|lower }}» {% if request.LANGUAGE_CODE == 'ru' and exposition.country.inflect %}{{ exposition.country.inflect }}{% else %}{% trans 'in' %} {{ exposition.country.name }}{% endif %}</a>
<divclass="sect-title">{% trans 'Дополнительная информация' %}</div>
<h2class="sect-title">{% trans 'Дополнительная информация' %}</h2>
<ulclass="e-docs">
<ulclass="e-docs">
{% if exposition.business_program.exists %}
{% if exposition.business_program.exists %}
<li><ahref="{{ exposition.get_permanent_url }}program/">{% trans 'Деловая программа' %}</a></li>
<li><ahref="{{ exposition.get_permanent_url }}program/">{% trans 'Деловая программа' %}</a></li>
@ -230,7 +230,7 @@
{% if companies %}
{% if companies %}
{# есть участники #}
{# есть участники #}
<header>
<header>
<divclass="im-title">{% trans 'Участники' %}</div>
<h2class="im-title">{% trans 'Участники' %}</h2>
<aclass="more"href="{{ exposition.get_permanent_url }}members/">{% trans 'Все участники' %}</a>
<aclass="more"href="{{ exposition.get_permanent_url }}members/">{% trans 'Все участники' %}</a>
</header>
</header>
@ -252,7 +252,7 @@
{% else %}
{% else %}
{# нет участников #}
{# нет участников #}
<header>
<header>
<divclass="im-title">{% trans 'Участники' %}</div>
<h2class="im-title">{% trans 'Участники' %}</h2>
<p>{% trans 'Привлекайте целевых посетителей на стенд' %}</p>
<p>{% trans 'Привлекайте целевых посетителей на стенд' %}</p>
<p><ahref="#pw-advertise"class="button icon-up pw-open">{% trans 'Рекламировать участника' %}</a></p>
<p><ahref="#pw-advertise"class="button icon-up pw-open">{% trans 'Рекламировать участника' %}</a></p>
</header>
</header>
@ -262,7 +262,7 @@
<divclass="im-visitors">
<divclass="im-visitors">
{% with visitors=exposition.users.all|slice:":17" %}
{% with visitors=exposition.users.all|slice:":17" %}
<header>
<header>
<divclass="im-title">{% trans 'Посетители' %}</div>
<h2class="im-title">{% trans 'Посетители' %}</h2>
</header>
</header>
<ulid="visitors-list">
<ulid="visitors-list">
{% if visitors %}
{% if visitors %}
@ -319,7 +319,7 @@
<hr/>
<hr/>
{% if exposition.get_nearest_events|slice:":6" %}
{% if exposition.get_nearest_events|slice:":6" %}
<divclass="e-cat">
<divclass="e-cat">
<divclass="sect-title">{% trans 'Ближайшие выставки по тематике' %} <ahref="{{ expo_catalog }}theme/{{ exposition.theme.all.0.url }}">«{{ exposition.theme.all.0 }}»</a></div>
<h2class="sect-title">{% trans 'Ближайшие выставки по тематике' %} <ahref="{{ expo_catalog }}theme/{{ exposition.theme.all.0.url }}">«{{ exposition.theme.all.0 }}»</a></h2>
<ulclass="cat-list cl-exhibitions">
<ulclass="cat-list cl-exhibitions">
{% for exp in exposition.get_nearest_events %}
{% for exp in exposition.get_nearest_events %}
<liclass="cl-item">
<liclass="cl-item">
@ -377,7 +377,7 @@
{% include 'client/includes/banners/detail_inner_3.html' %}
{% include 'client/includes/banners/detail_inner_3.html' %}
{% endif %}
{% endif %}
<divclass="e-cat look-also">
<divclass="e-cat look-also">
<divclass="sect-title">{% trans 'Смотрите также:' %}</div>
<h2class="sect-title">{% trans 'Смотрите также:' %}</h2>
<ahref="{{ exposition.catalog }}city/{{ exposition.city.url }}/">{% trans "Выставки" %} {% if request.LANGUAGE_CODE == 'ru' and exposition.city.inflect %}{{ exposition.city.inflect }}{% else %}{% trans 'in' %} {{ exposition.city.name }}{% endif %}</a>
<ahref="{{ exposition.catalog }}city/{{ exposition.city.url }}/">{% trans "Выставки" %} {% if request.LANGUAGE_CODE == 'ru' and exposition.city.inflect %}{{ exposition.city.inflect }}{% else %}{% trans 'in' %} {{ exposition.city.name }}{% endif %}</a>
<ahref="{{ exposition.catalog }}country/{{ exposition.country.url }}/">{% trans "Выставки" %} {% if request.LANGUAGE_CODE == 'ru' and exposition.country.inflect %}{{ exposition.country.inflect }}{% else %}{% trans 'in' %} {{ exposition.country.name }}{% endif %}</a>
<ahref="{{ exposition.catalog }}country/{{ exposition.country.url }}/">{% trans "Выставки" %} {% if request.LANGUAGE_CODE == 'ru' and exposition.country.inflect %}{{ exposition.country.inflect }}{% else %}{% trans 'in' %} {{ exposition.country.name }}{% endif %}</a>
<ahref="{{ exposition.catalog }}theme/{{ exposition.theme.all.0.url }}/country/{{ exposition.country.url }}/">{% trans "Выставки по тематике " %}«{{ exposition.theme.all.0.name|lower }}» {% if request.LANGUAGE_CODE == 'ru' and exposition.country.inflect %}{{ exposition.country.inflect }}{% else %}{% trans 'in' %} {{ exposition.country.name }}{% endif %}</a>
<ahref="{{ exposition.catalog }}theme/{{ exposition.theme.all.0.url }}/country/{{ exposition.country.url }}/">{% trans "Выставки по тематике " %}«{{ exposition.theme.all.0.name|lower }}» {% if request.LANGUAGE_CODE == 'ru' and exposition.country.inflect %}{{ exposition.country.inflect }}{% else %}{% trans 'in' %} {{ exposition.country.name }}{% endif %}</a>
{% trans '<p>Укажите в запросе исходную информацию о Ваших целях и задачах, и мы подберем'%}
{% if object %}
{% if object %} {{ object.name }} {%else %} {% trans 'выставку' %}{%endif %} {% trans 'которая будет им соответствовать. Далее мы свяжемся с организаторами, чтобы уточнить наличие свободных площадей и цены, и вместе с Вами начнем создавать концепцию Вашего участия.</p>' %}
<p>
{% trans 'Укажите в запросе исходную информацию о Ваших целях и задачах, и мы подберем' %} {{ object.name }}
{% trans 'которая будет им соответствовать. Далее мы свяжемся с организаторами, чтобы уточнить наличие свободных площадей и цены, и вместе с Вами начнем создавать концепцию Вашего участия." На "Укажите в запросе исходную информацию о Ваших целях и задачах, и мы проанализируем, насколько' %} {{ object.name }}
{% trans 'им соответствует. Далее мы свяжемся с организаторами, чтобы уточнить наличие свободных площадей и цены, и вместе с Вами начнем создавать концепцию Вашего участия.' %}
</p>
{% else %}
<p>
{% trans 'Укажите в запросе исходную информацию о Ваших целях и задачах, и мы подберем выставку которая будет им соответствовать. Далее мы свяжемся с организаторами, чтобы уточнить наличие свободных площадей и цены, и вместе с Вами начнем создавать концепцию Вашего участия.'%}
</p>
{% endif %}
</div>
</div>
{% if messages %}
{% if messages %}
@ -204,7 +213,7 @@
<divclass="rq-to-hide">
<divclass="rq-to-hide">
<divclass="s-comments">
<divclass="s-comments">
<divclass="sect-title">{% trans 'Отзывы клиентов' %}:</div>
<h2class="sect-title">{% trans 'Отзывы клиентов' %}:</h2>
<divclass="cat-list sc-comments">
<divclass="cat-list sc-comments">
<divclass="cl-item">
<divclass="cl-item">
@ -269,10 +278,7 @@
<divclass="i-sub-articles">
<divclass="i-sub-articles">
<ul>
<ul>
{% if object %}
{% if object %}
{% if object.country_id in sng_countries %}
<li><ahref="{{ object.get_permanent_url }}service/visit/">{% trans 'Бизнес-тур «под ключ' %}»</a></li>
<li><ahref="{{ object.get_permanent_url }}service/tickets/">{% trans 'Билеты на выставку' %}</a></li>
{% endif %}
<li><ahref="{{ object.get_permanent_url }}service/translator/">{% trans 'Устный переводчик' %}</a></li>
<li><ahref="{{ object.get_permanent_url }}service/translator/">{% trans 'Устный переводчик' %}</a></li>
<li><ahref="{{ object.get_permanent_url }}service/remote/">{% trans 'Заочное посещение' %}</a></li>
<li><ahref="{{ object.get_permanent_url }}service/remote/">{% trans 'Заочное посещение' %}</a></li>
Конференция о криптовалюте Bitcoin Bitcoin Сonference Kiev 2015
Конференция о криптовалюте Bitcoin Bitcoin Сonference Kiev 2015
</div>
</h1>
</header>
</header>
<divclass="i-date">
<divclass="i-date">
24 сентября 2015
24 сентября 2015
@ -498,7 +498,7 @@
</ul>
</ul>
</div>
</div>
<divclass="i-event-description">
<divclass="i-event-description">
<divclass="ied-title">О конференции Bitcoin Сonference Kiev 2015</div>
<h2class="ied-title">О конференции Bitcoin Сonference Kiev 2015</h2>
<divclass="ied-text">
<divclass="ied-text">
<p>
<p>
<pstyle="text-align: justify;"><strong>Bitcoin Сonference Kiev</strong>– площадка, на которой встретятся лучшие специалисты в сфере криптовалют со всего мира, чтобы поделиться опытом и знаниями о том, как работает Bitcoin и почему эта виртуальная «монета» имеет все шансы стать валютой №1 в мире.<br/><br/><strong>Темы обсуждения:</strong><br/><br/>Что такое Bitcoin?<br/><br/>Как это работает: принципы и закономерности<br/><br/>Бизнес с Bitcoin: увеличение доходности вашего бизнеса<br/><br/>Безопасность – как и где хранить Bitcoin<br/><br/>Правовой статуc Bitcoin и криптовалют в Украине<br/><br/>Презентации Стартапов – лучшие проекты для работы с Bitcoin<br/><br/><strong>Кто посетитель?</strong></p>
<pstyle="text-align: justify;"><strong>Bitcoin Сonference Kiev</strong>– площадка, на которой встретятся лучшие специалисты в сфере криптовалют со всего мира, чтобы поделиться опытом и знаниями о том, как работает Bitcoin и почему эта виртуальная «монета» имеет все шансы стать валютой №1 в мире.<br/><br/><strong>Темы обсуждения:</strong><br/><br/>Что такое Bitcoin?<br/><br/>Как это работает: принципы и закономерности<br/><br/>Бизнес с Bitcoin: увеличение доходности вашего бизнеса<br/><br/>Безопасность – как и где хранить Bitcoin<br/><br/>Правовой статуc Bitcoin и криптовалют в Украине<br/><br/>Презентации Стартапов – лучшие проекты для работы с Bitcoin<br/><br/><strong>Кто посетитель?</strong></p>