{% extends 'profile/profile-base.twig' %} {% block profile_content%}
{{ function('pll_e', 'Feed subscription') }}
{{ function('pll_e', 'Weekly food delivery for your pet') }}
{{ function('pll_e', 'Order from') }} {{ order.date_created|date('Y.m.d') }}
{{ order.id }}
{{ function('pll_e', 'Summary') }}:
{{ order.get_total() }}
{{ function('pll_e', 'Delivery address') }}
{% if meta_data.office_code %}
{{ function('pll_e', 'CDEK shipping point') }}
{{ office_name }}
{% else %}
{{ shipping_address.city }} {{ shipping_address.address_1 }}
{% endif %}
{{ item.name }}
{{ item.quantity }}
{{ item.total }} {{ function('get_woocommerce_currency_symbol', code) }}
{{ function('pll_e', 'No orders yet') }}