{% load review_tags %} {% if staff_reviews or object.staff_not_reviewed %} {% include 'funds/includes/review_table_row.html' with reviews=staff_reviews %} {% include 'funds/includes/review_table_row.html' with reviews=object.staff_not_reviewed missing=True %} {% else %} {% endif %} {% if object.stage.has_external_review %} {% include 'funds/includes/review_table_row.html' with reviews=reviewer_reviews %} {# Add logic for showing missing reviews #} {% include 'funds/includes/review_table_row.html' with reviews=object.reviewers_not_reviewed missing=True %} {% endif %}
{{ object.reviews.submitted.recommendation|traffic_light }} {{ object.reviews.submitted.score|floatformat|default_if_none:'-' }}
No reviews yet