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