{% for customer in customers %}
{% set payment_method_names = [] %}
{% for key,method in payment_methods %}
{% set payment_method_names = payment_method_names.append(method) %}
{% endfor %}
{{customer.customer_name}}
{{customer.phone_number}}
{{customer.poc_name}}
{{customer.poc_email}}
{{customer.hq_country}}
{% if customer.sanctioned -%}
Yes
{% else %}
No
{%- endif %}
The information of the bank, buisness, or individual which you entered returned possible matches to
internationally sanction entities. If you believe any of these matches are correct, confirm below.