{% load review_tags %} {% for s in submissions %} {{ s.review_submitted_count|default:'0' }} / {% if s.stage.has_external_review %} {{ s.review_count|default:'0' }} {% else %} {{ s.review_staff_count|default:'0' }} {% endif %} {{ s.review_recommendation|traffic_light }} {% endfor %}