{% if closed_rounds or open_rounds %}
{% include "funds/includes/round-block.html" with closed_rounds=closed_rounds open_rounds=open_rounds title=rounds_title %}
{% endif %}
Applications to review
{% if in_review.data %}
{% render_table in_review %}
{% else %}
No reviews to complete
{% endif %}