Files
2024-11-11 18:46:54 +01:00

8 lines
264 B
Smarty

{extends file=$layout}
{block name='content'}
{capture name=path}{l s='Payment' mod='imoje'}{/capture}
<div class="text-center">{l s='Your order has been processed. You will be informed via e-mail about it end status' mod='imoje'}</div>
<br>
{/block}