mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
37 lines
1,009 B
HTML
37 lines
1,009 B
HTML
---
|
|
layout: default
|
|
title: pages.payments.title
|
|
description: pages.payments.description
|
|
---
|
|
<!-- Update 201702090113_MST @chuckwilliams37 -->
|
|
{% include hero/payments.html %}
|
|
{% include modals/win-core.html %}
|
|
|
|
{% assign payment-wallets = site.data.payment-processors| sort: "product_label" | where:"type","payment" %}
|
|
|
|
{% include wallets_js_data.html %}
|
|
|
|
{% for vendor-group in vendor-collection %}
|
|
{% include modals/vendor-group-download-collection.html %}
|
|
{% endfor %}
|
|
|
|
<div class="page page--payments">
|
|
|
|
<section class="section clearfix">
|
|
<div class="section__content">
|
|
<h3>{% t pages.payments.payments-providers-header %}</h3>
|
|
<p>{% t pages.payments.payments-providers-subtitle %}</p>
|
|
<div class="row payments">
|
|
{% for wallet in payment-wallets %}
|
|
{% include wallet-tile.html %}
|
|
{% endfor %}
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="section">
|
|
<div class="section__content">
|
|
<p class="warning-bg">{% t pages.payments.disclaimer-text %}</p>
|
|
</div>
|
|
</section>
|
|
</div>
|