{% for f in food_page.object_list %}
  • {% if f.microbiome_score == 1 %} {% elif f.microbiome_score == 2 %} {% elif f.microbiome_score == 3 %} {% endif %} {{ f.FA_Name }} {{ f.Fat_g }} {{ f.Calories }} {{ f.Protein_g }} {{ f.Carbohydrates_g }}
  • {% endfor %}