= \front\view\ShopClient::client_menu( [
'active_page' => 'orders'
] );?>
= ucfirst( \S::lang( 'historia-zamowien' ) );?>
if ( is_array( $this -> orders ) ): foreach ( $this -> orders as $order ):?>
= \Tpl::view( 'shop-order/order-simple', [
'order' => $order,
'statuses' => \shop\Order::order_statuses()
] );?>
endforeach; endif;?>