{% import "admin/Macros/Buttons/_button.html.twig" as button %} {% set langs = getLangs() %}
{% for k,lang in langs %} {% set staticTextLang = staticTextLangs[lang.shortTitle]|default %}
{% endfor %}

{% if staticText.imageFile|default %} {% set dir = getStaticTextImgDir(staticText) %} {% set imageFullPath= dir|default~staticText.imageFile|default %} {% endif %}
{{ button.button_submit() }}