Files @ a2bdcb48b2af
Branch filter:

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

Christopher Neugebauer
Merge branch 'reports'
1
2
3
4
5
6
7
{% if discounts %}
  <ul>
    {% for discount in discounts %}
      <li>{{ discount.quantity }} &times; {{ discount.clause }}</li>
    {% endfor %}
  </ul>
{% endif %}