{{ ngettext("Added to favorites by %(num)d user", "Added to favorites by %(num)d users", favorites_count) }}:
{% for fav in favorites -%}
{%- with user=fav.author %}{% include 'includes/userlink.html' %}{% endwith -%}
{%- if not loop.last %}, {% endif -%}
{%- endfor -%}