{% blocktrans count memberships.total_results as count %}
1 Member
{% plural %}
{{ count }} Members
{% endblocktrans %}
{% for membership in memberships %}
{% with membership.target as member %}
{% with 50 as photo_size %}
{% include "motion/bits/member_widget_item.html" %}
{% endwith %}
{% endwith %}
{% endfor %}