{if empty($order.paid_date)}

[`The order is not paid`]

{else}

[`The order is paid and is ready for handing over to the customer.`]

{/if} {if $pickup_require_pin}
[`PIN`]:
{/if}
{if !empty($plugins_html)} {foreach $plugins_html as $plugin_id => $html} {$html} {/foreach} {/if}