{if fn_check_admin_rights('orders')}

{$LABEL.lbl_orders}

{foreach from=$orders_statuses item=order_status name=orders_stats} {/foreach}
{$LABEL.lbl_status} {$LABEL.lbl_today} {$LABEL.lbl_week} {$LABEL.lbl_month} {$LABEL.lbl_year}
{$LABEL.lbl_total_sum} {$total_sum.day} {$total_sum.week} {$total_sum.month} {$total_sum.year}
{$order_status.caption} {$order_status.today_count} {$order_status.week_count} {$order_status.month_count} {$order_status.year_count}
{$LABEL.lbl_all_orders_count} {$total_count.day} {$total_count.week} {$total_count.month} {$total_count.year}
{/if}