copyleftconf-website/pinaxcon/templates/registrasion/_items_list.html
2016-09-14 13:51:27 +10:00

7 lines
162 B
HTML

{% if items %}
<ul>
{% for item in items %}
<li>{{ item.quantity }} &times; {{ item.product }} {{ suffix }}</li>
{% endfor %}
</ul>
{% endif %}