{% for wallet in vendor-group.items %}
{% t pages.wallets.modal-core-users-value %}
{% t pages.wallets.modal-core-masternode-value %}
{% t pages.wallets.modal-core-pool-value %}
{% t pages.wallets.modal-platform%}: {% if wallet.type == "desktop" %} {% t pages.wallets.wallets-desktop-header %} {% elsif wallet.type == "mobile" %} {% t pages.wallets.wallets-mobile-header %} {% elsif wallet.type == "hardware" %} {% t pages.wallets.wallets-hardware-header %} {% elsif wallet.type == "paper" %} {% t pages.wallets.wallets-paper-header %} {% endif %}
{% if wallet.type == "hardware" || wallet.type == "paper" %}{{wallet.description}}
{% else %} {% if wallet.control_type %}{% t pages.wallets.modal-control-label %}: {% if wallet.control_type == "full" %} {% t pages.wallets.modal-control-full %} {% elsif wallet.control_type == "semi" %} {% t pages.wallets.modal-control-semi %} {% endif %}
{% endif %} {% if wallet.validation_type %}{% t pages.wallets.modal-validation-label %}: {% if wallet.validation_type == "full" %} {% t pages.wallets.modal-validation-full %} {% elsif wallet.validation_type == "spv" %} {% t pages.wallets.modal-validation-spv %} {% elsif wallet.validation_type == "hosted" %} {% t pages.wallets.modal-validation-hosted %} {% endif %}
{% endif %} {% if wallet.control_type %}{% t pages.wallets.modal-access-label %}: {% if wallet.access_type == "p2p" %} {% t pages.wallets.modal-access-p2p %} {% elsif wallet.access_type == "multi" %} {% t pages.wallets.modal-access-multi %} {% elsif wallet.access_type == "vendor" %} {% t pages.wallets.modal-access-vendor %} {% endif %}
{% endif %} {% endif %}