You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
445 B
14 lines
445 B
{% load i18n %}
|
|
|
|
<div class="i-sub-articles">
|
|
<ul>
|
|
<li>
|
|
<a href="{{ event.get_permanent_url }}service/translator/">{% trans 'Устный переводчик' %}</a>
|
|
</li>
|
|
{% if event.country_id not in sng_countries %}
|
|
<li>
|
|
<a href="{{ event.get_permanent_url }}service/visit/">{% trans 'Бизнес-тур "под ключ"' %}</a>
|
|
</li>
|
|
{% endif %}
|
|
</ul>
|
|
</div> |