{* default admin page*}

{$smarty.const.ADMIN_WELCOME}

{if $totals}
Заказы
 
Сегодня:{if $totals.orders_today>0}{/if}{$totals.orders_today} заказ(ов) ({$totals.revenue_today}){if $totals.orders_today>0}{/if}
Вчера:{$totals.orders_yesterday} заказ(ов) ({$totals.revenue_yesterday})
В этом месяце:{$totals.orders_thismonth} заказ(ов) ({$totals.revenue_thismonth})
Всего:{$totals.orders} заказ(ов) ({$totals.revenue})
Продукты
  Общее количество продуктов: {$totals.products}
Из них продаются
(доступны в пользовательской части): {$totals.products_enabled}
Категорий продуктов: {$totals.categories}

{/if}