{foreach $cities as $_city} {if $is_custom_sortable} {/if}
{$_city.name|default:'<без названия>'}
{if $_city.storefront && !$is_single_for_storefront.{$_city.id} && $_city.is_default_for_storefront} По-умолчанию для
{$_city.storefront_title}
{/if} {if $_city.storefront} {$_city.storefront_title} {else} <витрина не указана> {/if} {if !$without_country_column} {if isset($_city['country_name'])}
{$_city['country_name']}
{/if} {/if} {if !$without_region_column} {if isset($_city['region_name'])}
{$_city['region_name']}
{/if} {/if} {* {$_city.create_datetime|wa_date:'datetime'} {$_city.update_datetime|wa_date:'datetime'} *} {/foreach}