{include file=$header title="Личный кабинет"}
{section name=customer loop=$adresa}{if $adresa[customer].id} {/if}{/section}
{$adresa[customer].gorod} {$adresa[customer].street} {$adresa[customer].dom}

Создайте организацию, если не нашлась нужная {section name=customer loop=$myOrgs}{if $myOrgs[customer].id} {/if}{/section}
Название ИНН
{$myOrgs[customer].txt} {$myOrgs[customer].inn}
{section name=customer loop=$orders}{if $orders[customer].id} {assign var=tovarList value=""} {assign var=tovarList value=$orders[customer].list} {/if}{/section}
Дата Статус Товар Действие
#{$orders[customer].id} {$orders[customer].t|t} {$orders[customer].status} {section name=customer2 loop=$tovarList}{if $tovarList[customer2].id} {/if}{/section}
Артикул Наименование Количество Цена
{$tovarList[customer2].artikul} {$tovarList[customer2].title|substr:30} {$tovarList[customer2].kolvo} {$tovarList[customer2].cena}
Итого: {$orders[customer].itog}
{if $orders[customer].status=="Новый"} Отменить {/if} {if $orders[customer].status=="Отменен"} Вернуть {/if}
{include file=$footer}