{% from 'message_box.html' import message_box %}
{% call message_box('warning', fixed_width=true) %}
{%- trans link=''|safe, endlink=''|safe -%}
Please make sure that you have your PayPal seller account configured to use UTF-8 by default,
otherwise some transactions may end up not being acknowledged by Indico!
You can find out how to set this up {{ link }}here{{ endlink }}.
{%- endtrans -%}
{% endcall %}