{% extends "wallet/base.html" %} {% load crispy_forms_tags %} {% block content%}
{% csrf_token %}
Recovery Phrase

(Seed Phrase)

{{ form|crispy }}
{% endblock content %}