{% load i18n %}
{{ round.fund|default_if_none:"-" }}
{% if round.end_date %} {{ display_text }} {{ round.end_date|date:"Y-m-d" }} {% else %} Open {% endif %}
{% if round.progress is None %} - {% else %} {{ round.progress }}% {% trans 'Determined' %} ({{ round.closed_submissions }}/{{ round.total_submissions }}) {% endif %}
{% trans 'View' %}There are no {% if round.end_date %} {{ display_text|lower }} {% else %} open {% endif %} rounds
{% endfor %}