<% if params.has_key? :checkout_complete %>
<%= t('thank_you_for_your_order') %>
<% end %>
<%= render :partial => 'shared/order_details', :locals => {:order => @order} %>
<%= link_to t('back_to_store'), root_path %>
<% unless params.has_key? :checkout_complete %>
| <%= link_to t('my_account'), account_path if current_user%>
<% end %>