{% comment %} This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %} {% if page.id contains 'desktop' or page.id contains 'mobile'%} {% assign walletMargin = "55px" %} {% else %} {% assign walletMargin = "" %} {% endif %}
{% assign platformsByPlatform = site.platforms | group_by: "platform" %}
{% 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 %} {% for wallet in site.wallets %} {% for platform in wallet.platform %} {% for os in platform.os%}
{% if platform.name == os.name %} {% else %} {% endif %} {{ wallet.title }} {{ wallet.titleshort }}
{% endfor %} {% endfor %} {% endfor %}