Account preferences
{% lorem 10 w %}
{# Currency Input #}
Currency
This will change the default currency for your account
{# End Currency Input #}
{# Enabled features #}
Enabled features
Disabling these features will remove the tabs around the site
for you, to reduce clutter. You can
re-enable them at any point.
{% for feature in request.user.user_profile.CoreFeatures.choices %}
{% endfor %}
{# End Enabled features #}