{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %}
{% for item in products %} {% if item.short == 1 %}
...

【缺货】{{item.title}}

¥{{item.price}}
{% else %}
...

{{item.title}}

¥{{item.price}}
{% endif %} {% endfor %}
{% endblock %}