{% for article in articles_page.object_list | selectattr('field', 'in', values) %}

{{ article.title }}

{{ article.summary }}
{% endfor %}