Files @ c6314ae230da
Branch filter:

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

Sachi King
DJ 1.11 support has improved upstream

We can now force to released versions with 1.11 support.
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 %}