{% extends "wallets/base.html" %} {% block sub_content %}

Wallets

Select the wallet you want to use.
{% for fp,k in settings.secret_keys.items() %}

{{k.uids.0}}

{{fp}}

{% endfor %}
{% endblock %}