{% import "admin/Macros/Buttons/_button.html.twig" as button %} {% set langs = getLangs() %}
{% for lang in getLangs() %} {% set continentLang = continent is defined and continent is not empty ? getContinentLangs({Continent: continent, lang: lang.shortTitle}) : {} %}
{% endfor %}
{{ include('admin/Macros/Buttons/_save_button.html.twig') }}