Files @ ce10e021f625
Branch filter:

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

Christopher Neugebauer
_actually_ lets proposal managers view the assistance fields (#48)
1
2
3
4
5
6
7
{% if discounts %}
  <ul>
    {% for discount in discounts %}
      <li>{{ discount.quantity }} &times; {{ discount.clause }}</li>
    {% endfor %}
  </ul>
{% endif %}