{if $services}

{$service.name|escape} [`for`] {$product.name|escape}

{$multi_variants = false} {if count($service.variants) > 1} {$multi_variants = true} {/if} {if empty($service.variants)} {include file="./include.service.html" variant=$service} {*call variant_row variant=$service*} {else} {foreach $service.variants as $variant} {*call variant_row*} {include file="./include.service.html"} {/foreach} {/if}
{else}

{sprintf('[`No custom services are defined in your online store yet. Create a service using the Services screen.`]','#services/')}

{/if}