{% for item in list %} {% if loop.first %}
{% if discount %}

All prices currently {{ min(100, max(0, discount)) }}% off — Hurry, sale ends soon — While stocks last!

{% endif %} {% if admin %}
NB: Bonus Shop discounts are set in the Site Options.
{% endif %} {% endif %} {% if item.MinClass <= class %} {% if loop.last %}
Description Points Checkout
{{ item.Title }} {{ item.Price|number_format }} {% if points >= item.Price %} Purchase {% else %} Too Expensive {% endif %} {% endif %}

{% endif %} {% endfor %}