Files
myaac/system/templates/account/lost/no-action.html.twig
2025-09-14 17:41:53 +02:00

11 lines
203 B
Twig

Please select action.<br/>
<table style="width: 100%">
<tr>
<td align="center">
<a href="{{ getLink('account/lost') }}">
{{ include('buttons.back.html.twig') }}
</a>
</td>
</tr>
</table>