{% if post_return == "currency" %} {% else %}
{% csrf_token %}
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 #}
{% endif %} {#
#} {# {% include 'pages/settings/settings/sessions.html' %}#} {#
#} {#{% if request.user.is_superuser %}#} {#
{% include 'pages/settings/settings/admin.html' %}
#} {#{% endif %}#}