section.profile-card-list.xs12.w-flex
article.w-flex.xs-col.sm-row.sm-wrap
ProfileCard.match-layout(
:aspects='aspects'
:card='card'
:is-list='true'
:key='`${card.pid}-${i}`'
v-for='(card, i) in cards'
)
w-button.pa8.more-results(
@click='loadMoreResults()'
bg-color='primary'
)