{% for person in page.reviewers.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 %}