themes/webapicTheme/templates/bundles/SyliusShopBundle/Checkout/SelectPayment/_form.html.twig line 1

Open in your IDE?
  1. <h3 class="ui dividing header">Paiement</h3> 
  2. <div class="block-form">{% for payment_form in form.payments %}
  3.         {% include '@SyliusShop/Checkout/SelectPayment/_payment.html.twig' with {'form': payment_form} %}
  4.     {% else %}
  5.         {% include '@SyliusShop/Checkout/SelectPayment/_unavailable.html.twig' %}
  6.     {% endfor %}
  7. </div>