{% comment %} This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %} {% if page.id == "choose-your-wallet" %} {% assign walletClass = "" | append: "is-hidden-mobile" %} {% else %} {% assign walletClass = "" | append: "accordion-wallets is-visible" %} {% endif %}
{% if page.id == "wallets-hardware-hardware" or page.id == "wallets-web-web" %} {% assign accordionNumber = "" | append: "accordion-tab-2" %} {% else %} {% assign accordionNumber = "" | append: "accordion-tab-3" %} {% endif %} {% for wallet in site.wallets %} {% if page.id contains wallet.id %} {% assign walletName = wallet.titleshort %} {% endif %} {% endfor %}

Select Wallet

{{walletName}}

{% if page.id == "choose-your-wallet" %} {% for wallet in site.wallets %} {% assign platformList = "" %} {% for platform in wallet.platform %} {% capture platformList %}{{platformList}}{{platform.name}}{% endcapture %} {% endfor %}

Select an Operating System

{% for platform in wallet.platform %} {% for os in platform.os%} {% if platform.name == os.name %}

{{os.name}}

{% else %}

{{os.name}}

{% endif %} {% endfor %} {% endfor %}
{% endfor %} {% else %} {% for wallet in site.wallets %} {% assign platformList = "" %} {% for platform in wallet.platform %} {% capture platformList %}{{platformList}}{{platform.name}} {% endcapture %} {% endfor %} {% endfor %} {% for wallet in site.wallets %} {% assign platform = page.platform['name'] %} {% assign os = page.os['name'] %} {% if wallet.compat contains platform and wallet.compat contains os %} {% endif %} {% endfor %} {% endif %}