myaac/system/templates/account.back_button.html.twig
2023-02-18 21:11:55 +01:00

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>