{assign var='count' value=0} {if $GLS_error} {if $GLS_error == 502} Login ou mot de passe GLS invalide {/if} {if $GLS_error == 999} Aucun Point Relais trouvé {/if} {if $GLS_error == 9999} Les Webservices de GLS ne sont pas accessibles.
Veuillez essayer plus tard ou choisir un autre mode de livraison
{/if} {else} {foreach from=$GLS_relais item=GLSrelais}
{$count} {$GLSrelais->Parcelshop->ParcelShopId} {$GLSrelais->Parcelshop->Address->Name1}{$GLSrelais->Parcelshop->Address->Name2}{$GLSrelais->Parcelshop->Address->Name3} {$GLSrelais->Parcelshop->Address->Street1}{$GLSrelais->Parcelshop->Address->Street2} {$GLSrelais->Parcelshop->Address->ZipCode} {$GLSrelais->Parcelshop->Address->City} {$GLSrelais->Parcelshop->GLSCoordinates->Latitude} {$GLSrelais->Parcelshop->GLSCoordinates->Longitude}
{l s='Opening hours' mod='gls'} {l s='Choose this ParcelShop' mod='gls'}
{foreach from=$GLSrelais->Parcelshop->GLSWorkingDay key="day" item="workingDay"} {assign var='hours' value=0} {if $workingDay->Breaks->Hours->From != ''} {else} {/if} {/foreach}
{l s=$aCalendarDays[$day] mod='gls'}{$workingDay->OpeningHours->Hours->From|substr:0:2}h{$workingDay->OpeningHours->Hours->From|substr:2:2} - {$workingDay->Breaks->Hours->From|substr:0:2}h{$workingDay->Breaks->Hours->From|substr:2:2} / {$workingDay->Breaks->Hours->To|substr:0:2}h{$workingDay->Breaks->Hours->To|substr:2:2} - {$workingDay->OpeningHours->Hours->To|substr:0:2}h{$workingDay->OpeningHours->Hours->To|substr:2:2}{$workingDay->OpeningHours->Hours->From|substr:0:2}h{$workingDay->OpeningHours->Hours->From|substr:2:2} - {$workingDay->OpeningHours->Hours->To|substr:0:2}h{$workingDay->OpeningHours->Hours->To|substr:2:2}
{$count++} {/foreach} {/if}