{% set nCol = '0' %}
{% if column_num is defined %}
{% set nCol = column_num %}
{% endif %}
{% set sUrlEnd = '?col='~nCol %}
{% if multicolumn_route_params is defined %}
{% set sParam = multicolumn_route_params|join(';;') %}
{% set sUrlEnd = sUrlEnd~'&multi='~sParam %}
{% endif %}
{% set sUrl = path('select_topic') ~ sUrlEnd %}
<button type="button" class="btn btn-link" style="font-weight:400;" onclick='openChooserWithSearch("{{ app.session.get('ui_str')["linktitle.short.consider"] }}","{{ sUrl }}","")'>{{ translation.translatedtitle }} <i class="fas fa-angle-down"></i>
</button>