{% block title %}Profile Settings{% endblock %}
-
{% url 'userprofile' as userprofile_url %}
Settings
-
{% url 'userprofile_avatar' as avatar_url %}
Avatar
-
{% url 'userprofile_electrum' as electrum_url %}
Electrum
-
{% url 'userprofile_mempool' as mempool_url %}
Mempool
{% if request.user.profile.use_fiatfinances %}
-
{% url 'userprofile_currency' as my_currency_url %}
Currency
{% endif %}