{foreach $location['openingHours']['openingLines'] as $openingTime}
{**}
{if !empty($location['specialOpeningHours']['openingLines'])}
{/foreach}
{/if}
{if !empty($specialOpening['recurrence'])}
{$specialOpening['recurrence']}
{/if}
{if !empty($specialOpening['lines'])}
{foreach $specialOpening['lines'] as $lines}
{/foreach}
{/if}
{/foreach}