{% load i18n %}

{{ title }}

{# Closed rounds/labs tab #}
{% if page_type == 'dashboard' %} {% include "funds/includes/no_round_block_dashboard.html" with rounds=closed_rounds display_text="Closed" query=closed_query type="Closed" %} {% else %} {% include "funds/includes/round-block-listing.html" with rounds=closed_rounds display_text="Closed" query=closed_query type="Closed" %} {% endif %}
{# Open rounds/labs tab #}
{% if page_type == 'dashboard' %} {% include "funds/includes/no_round_block_dashboard.html" with rounds=open_rounds display_text="Open until" query=open_query type="Open" %} {% else %} {% include "funds/includes/round-block-listing.html" with rounds=open_rounds display_text="Open until" query=open_query type="Open" %} {% endif %}