{% if commodities %}
{{ t.ticker_market_trend }}
{% for i in "12" %} {% for c in commodities %}
{{ c.name }} {{ t.ticker_farm_label }}TSh {{ c.farm_price|floatformat:0 }}/{{ c.unit_display|default:c.unit }} {{ t.ticker_market_label }}TSh {{ c.market_price|floatformat:0 }}/{{ c.unit_display|default:c.unit }} {% if c.trend_change_pct != None %} {% if c.trend_direction == 'up' %}▲{% elif c.trend_direction == 'down' %}▼{% else %}—{% endif %} {{ c.trend_change_pct|floatformat:1 }}% {% endif %}
{% endfor %} {% endfor %}
{% endif %}