Files @ 0f8f2b50804a
Branch filter:

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

Christopher Neugebauer
Improves the wording of the review page
1
2
3
4
5
6
7
{% if discounts %}
  <ul>
    {% for discount in discounts %}
      <li>{{ discount.discount.description }}: {{ discount.quantity }} &times; {{ discount.clause }}</li>
    {% endfor %}
  </ul>
{% endif %}