{% extends "_base.html" %} {% load i18n %} {% load sekizai_tags %} {% load bootstrap %} {% block content %} {% include "profile_header_menu.html" %}
{% block profile_content %}{% endblock %}

If you don't operate your own Electrum server, you have the option to connect to a community-trusted server.
However, keep in mind that using a public server allows it to view your outputs and transactions.

Community-trusted Electrum servers

Mainnet:

Testnet:

{% csrf_token %}

{{ form|bootstrap }}
 

{% endblock %}