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