Stock Prices

(template: escape_django.html)

{% for item in items %} {% if item.is_minus %} {% else %} {% endif %} {% endfor %}
#symbolnamepricechangeratio
{{ forloop.counter|escape }} {{ item.symbol|escape }} {{ item.name|escape }} {{ item.price|escape }} {{ item.change|escape }} {{ item.ratio|escape }}{{ item.change|escape }} {{ item.ratio|escape }}