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.
19 lines
691 B
19 lines
691 B
{% load i18n %}
|
|
|
|
<div class="i-sub-articles">
|
|
<ul>
|
|
<li>
|
|
<a href="{{ exposition.get_permanent_url }}service/participation/">{% trans 'Участие со стендом' %}</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ exposition.get_permanent_url }}service/translator/">{% trans 'Устный переводчик' %}</a>
|
|
</li>
|
|
<li>
|
|
|
|
<a href="{{ exposition.get_permanent_url }}service/visit/">{% trans 'Бизнес-тур "под ключ"' %}</a>
|
|
</li>
|
|
<li>
|
|
<a href="{{ exposition.get_permanent_url }}service/remote/">{% trans 'Заочное посещение' %}</a>
|
|
</li>
|
|
</ul>
|
|
</div> |