Files @ 9d37326953b0
Branch filter:

Location: symposion_app/pinaxcon/templates/registrasion/_items_list.html

Clinton Roy
more ticket information as data
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 %}