{% for bread in breads %} {% if bread.active %}
  1. {{ bread.name }}
  2. {% else %}
  3. {{ bread.name }}
  4. {% endif %} {% endfor %}