4 lines
70 B
HTML
4 lines
70 B
HTML
{% for p in ps %}
|
|
{% if p.a > p.b %}
|
|
{% endif %}
|
|
{% endfor %}
|