{% blocktrans count favorites.total_results as count %}
1 person made this a favorite
{% plural %}
{{ count }} people made this a favorite
{% endblocktrans %}
{% for favorite in favorites %}
{% with favorite.author as member %}
{% with 50 as photo_size %}
{% include "motion/bits/member_widget_item.html" %}
{% endwith %}
{% endwith %}
{% endfor %}