myaac/system/templates/forms.change_template.html.twig

4 lines
203 B
Twig

<form method="get" action="{{ constant('BASE_URL') }}">
<hidden name="subtopic" value="{{ constant('PAGE') }}"/>
<select name="template" onchange="this.form.submit()">{{ options|raw }}</select>
</form>