{% extends "base.html" %} {% block main %}
Name it    

Type of the wallet

{% if sigs_total %}
{% else %}
{% endif %}

Segwit uses bech32-encoded addresses (bc1), Nested Segwit makes it compatible with legacy software. Don't use legacy.
{% if sigs_total %}
Using {%if not cosigner_index %}{% else %}
{{sigs_required}}
{%endif%} of {%if not cosigner_index %}{% else %}
{{sigs_total}}
{%endif%} multisig {% for cosigner in cosigners %} {% endfor %}

Pick the device you want to use as signer #{{cosigner_index+1}}

{% else %}

Pick the device you want to use

{% endif %}
{% for k in specter.devices.names() %}