{{if $invoice->billaddress or $invoice->hasPhysicalItems()}}
{{if $invoice->billaddress}}
{lang="billing_address"}
{$invoice->billaddress->toString('
')|raw}
{{endif}}
{{if $invoice->hasPhysicalItems()}}
{lang="shipping_address"}
{$invoice->shipaddress->toString('
')|raw}
{{endif}}
{{endif}}
{lang="payment_details"}
{template="paymentLog" group="clients" app="nexus" params="$invoice"}