{% extends 'extends/layout.html' %} {% load static %} {% block content %} {% block scripts %} {% endblock %}
Choose a currency to be associated with all accounts
{% if 'update_currency_settings' in user_perms %}
{% endif %}
Choose whether to indicate the currency code chosen alongside money or not
{% if 'update_currency_settings' in user_perms %}
{% endif %}
{% endblock %}