{% spaceless %}{{ include("header.html") }} {% set user = get("user") %} {% set country_list = get("country_list") %} {% set wallet = get("wallet") %} {% set item = get("info") %}
{{ include("head_menu.html") }} {{ include("main_menu.html") }}
{{ include("profile_menu.html") }}
{% if wallet.withdrawal > 0 %}

{{ l("step_1") }}

{{ l("checking_activity") }}

{{ l("step_2") }}

{{ l("manually_send_payment") }}

{% if item.fullname|length > 1 %}
${{ wallet["withdrawal"]|number_format(1, '.', ',') }} {{ item.fullname|e }} {{ item.adresse|e }}, {{ item.city|e }}, {{ item.codepostal|e }}, {{ country_list[item.country]|e }} {% if wallet.withdrawal_to == 'paypal' %} {% if item.paypal_email %}{{ item.paypal_email|e }}{% else %}{{ l("not_available") }}{% endif %} {% endif %} {% if wallet.withdrawal_to == 'payoneer' %} {% if item.payoneer_email %}{{ item.payoneer_email|e }}{% else %}{{ l("not_available") }}{% endif %} {% endif %}
{% endif %}

{{ l("step_3") }}

{{ l("notify_user") }}


{% else %} {{ l("empty_withdrawal") }} {% endif %}
{{ include("footer_content.html") }}
{{ include("footer.html") }}{% endspaceless %}