{% extends "theme::layouts/default" %} {% block content %}
{% include "theme::partials/messages" %}
{{ trans("visiosoft.module.profile::field.back.name") }}
Image
{{ details.price }} {{ details.currency }}
{{ details.piece }}X
{{ details.commission }}
{{ details.total }} {{ details.currency }}

{{ trans("visiosoft.module.profile::field.bill_address.name") }} :

{{ details.get_bill_address('adress_first_name') }} {{ details.get_bill_address('adress_last_name') }}

{{ details.get_bill_address('adress_gsm_phone') }}

{{ details.get_bill_address('adress_content') }}
{{ details.getLocationAddress('bill') }}

{{ trans("visiosoft.module.profile::field.delivery_address.name") }} :

{{ details.get_delivery_address('adress_first_name') }} {{ details.get_delivery_address('adress_last_name') }}

{{ details.get_bill_address('adress_gsm_phone') }}

{{ details.get_delivery_address('adress_content') }}
{{ details.getLocationAddress('delivery') }}
{{ trans('visiosoft.module.profile::field.awaiting_payment.name') }}
{{ trans('visiosoft.module.profile::field.awaiting_tracking_number.name') }}
{{ trans('visiosoft.module.profile::field.awaiting_payment_approval.name') }}
{% if details.status != 'cancelled' and details.status != 'error_buyer' %}
{{ trans('visiosoft.module.profile::field.paid.name') }}
{% else %}
{{ trans('visiosoft.module.profile::field.cancelled.name') }}
{% endif %}
{% if details.tracking_number is empty and details.status == 'awaiting_tracking_number' %}

{{ trans('visiosoft.module.profile::field.please_entered_tracking_number.name') }}

{{ trans('visiosoft.module.profile::field.tracking_number.name') }} :
{{ trans('visiosoft.module.profile::field.transport_days.name') }} :
{% endif %} {% if details.status == 'error_buyer' %}

{{ trans('visiosoft.module.profile::field.product_not_delivered.name') }}

{{ trans('visiosoft.module.profile::field.status.name') }} :
{{ trans('visiosoft.module.profile::field.content.name') }} :
{% endif %}
{% include "visiosoft.module.profile::profile/dock-right" %}
{{ form.close|raw }}
{{ asset_add("scripts.js", "visiosoft.module.profile::assets/js/profile.js") }} {% endblock %}