Files @ c40b8cc02ddc
Branch filter:

Location: copyleftconf-website-fork/pinaxcon/templates/registrasion/_items_list.html

Christopher Neugebauer
Templates for stripe.
1
2
3
4
5
6
7
{% if items %}
  <ul>
    {% for item in items %}
      <li>{{ item.quantity }} &times; {{ item.product }} {{ suffix }}</li>
    {% endfor %}
  </ul>
{% endif %}