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