{trans key="home.dashboard"}


{if $hasOrdersAccess}
{trans key="home.last_orders"}
{if $orders}
{foreach from=$orders item="order"} {/foreach}
{trans key="home.order_id"} {trans key="home.fullfilled"} {trans key="home.amount"}
{$order.order_num} {if $order.fulfillment_status == 'partial'} {trans key="home.partial"} {elseif $order.fulfillment_status == 'completed'} {trans key="home.completed"} {else} {trans key="home.pending"} {/if} {$order.total_amount_without_gift_cert|price}
{else}

{trans key="home.no_new_orders"}.

{/if} {/if}
{0|price}
{trans key="home.revenue"}
0
{trans key="home.orders"}
0
{trans key="home.items_sold"}
{if $hasProductsAccess}
{$productsStats.productsCount|string_format:"%d"}
{trans key="home.total_products"}
{$productsStats.outOfStockCount|string_format:"%d"}
{trans key="home.out_of_stock"}
{/if} {if $hasCustomersAccess}
{$customersStats.registeredCount|string_format:"%d"}
{trans key="home.total_registered_users"}
{$customersStats.newRegisteredCount|string_format:"%d"}
{trans key="home.new_registered_users"}
{$customersStats.expressCount|string_format:"%d"}
{trans key="home.total_express_customers"}
{$customersStats.newExpressCount|string_format:"%d"}
{trans key="home.new_express_customers"}
{/if} {if $hasTestimonialAccess}
{$testimonialStats.testimonialsCount|string_format:"%d"}
{trans key="home.total_testimonials"}
{$testimonialStats.testimonialAverageRatings|string_format:"%d"}
{trans key="home.average_testimonials"}
{/if}