mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 09:19:22 +02:00
12 lines
369 B
Twig
12 lines
369 B
Twig
<form action="{{ constant('BASE_URL') }}install/" method="post">
|
|
<input type="hidden" name="step" id="step" value="license" />
|
|
<div class="input"><p>{{ locale.step_welcome_desc }}</p>
|
|
<select name="lang">
|
|
{% for locale_ in locales %}
|
|
<option value="{{ locale_.id }}">{{ locale_.name }}</option>
|
|
{% endfor %}
|
|
</select>
|
|
</div>
|
|
|
|
{{ buttons|raw }}
|
|
</form> |