{% include "../base/header.tpl" %}

Account Settings

{% include "profile/profile_widgets/join_club.tpl" %}

Trade Settings

{% if alert.hasAlert %}
{{ alert.message }}

{% endif %}

Trade

Accounts with a trade password

Change trade settings

{% if (canUseTrade == false) %}

Trading is now pending a security period before you can trade. Trading will be enabled once your email has been verified.


{% else %} {% if playerDetails.isTradeEnabled() %}

Trading is now active. To deactivate the pass, choose 'Deactivate', confirm your password and save the changes.

{% else %}

Trading is now inactive. To activate the pass, choose 'Activate', confirm your password and save the changes.

{% endif %} {% endif %} Allow Deactivate



{% include "../base/footer.tpl" %}