{% include 'head.html' %} {% include 'navbar.html' %}

Pick An Option

Alrighty there hoss, pick an option below...




Create new wallet


{{ restore_form.csrf_token }} {% for f in restore_form %} {% if f.name != 'csrf_token' %}
{{ f.label }} {{ f }}
{% endif %} {% endfor %}
    {% for field, errors in restore_form.errors.items() %}
  • {{ restore_form[field].label }}: {{ ', '.join(errors) }}
  • {% endfor %}
{% include 'footer.html' %} {% include 'scripts.html' %}