mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
7 lines
235 B
Twig
7 lines
235 B
Twig
{% if new_line is defined and new_line %}
|
|
<br/>
|
|
{% endif %}
|
|
<form action="{% if action is not defined %}{{ getLink('account/manage') }}{% else %}{{ action }}{% endif %}" method="post">
|
|
{{ include('buttons.back.html.twig') }}
|
|
</form>
|