{$user_panel_icon}
{$my_account} / {__ text="Lista recenzji zamówień"}

{$user_panel_menu}
{if isset($reviews_order)} {foreach key=row item=review_order from=$results} {/foreach}
{__ text="Recenzja do zamówienia"} {__ text="Data dodania"} {__ text="Treść"} {__ text="Ocena"}
{$review_order.order_link} {$review_order.created_at} {$review_order.description} {$review_order.mark}
{else}

{__ text="Aktualnie nie posiadasz zrecenzowanych zamówień"}

{/if}