{% if page.projectfunding_set.unique %}
{% for funding in page.projectfunding_set.unique %} {% if funding.page.live %} {% if forloop.counter0 == 10 %} {% endif %} {% if forloop.counter0 < 10 %} {% include "public_funds/includes/project_listing.html" with project=funding.page %} {% else %} {% include "public_funds/includes/project_listing.html" with project=funding.page class="show-more--target" %} {% endif %} {% endif %} {% endfor %}
{% endif %} {% if page.funding_set.unique %}
{% for funding in page.funding_set.unique %} {% if forloop.counter0 == 10 %} {% endif %} {% if funding.page.active and funding.page.live %} {% if forloop.counter0 < 10 %} {% include "public_funds/includes/reviewer_listing.html" with person=funding.page.specific %} {% else %} {% include "public_funds/includes/reviewer_listing.html" with person=funding.page.specific class="show-more--target"%} {% endif %} {% endif %} {% endfor %}
{% endif %}