myaac/system/templates/guilds.back_button.html.twig
2023-09-16 09:23:51 +02:00

10 lines
283 B
Twig

{% if new_line is defined and new_line %}
<br/>
{% endif %}
<div style="text-align:center">
<form action="{% if action is not defined %}{{ getLink('guilds') }}{% else %}{{ action }}{% endif %}" method="post">
{{ csrf() }}
{{ include('buttons.back.html.twig') }}
</form>
</div>