{% 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 devices you want to use as cosigners

{% else %}

Pick the device you want to use

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

{% if sigs_total %} We use sorted multisig (BIP-67), so order is NOT important.
{% else %} On the next page we will ask you to choose the keys. {% endif %}
{% endblock %}