Files @ a0e0a142e4e6
Branch filter:

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

Christopher Neugebauer
Adds “generate cancellation fee” button to credit notes page.
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 %}