{% set text = text|default('global.BackToOverview'|trans) %}
{% set link = link|default(document.path) %}
<a href="{{ link }}" title="{{ text }}" class="link-primary__left btn-back">
<span class="icon icon-arrow icon-rotate-180" aria-hidden="false"></span>
{{ text }}
</a>