{% if following %}
{% if is_owner %}You are{% else %}{{ user.username }} is {% endif %} following {{ following|length }} user{{ following|pluralize }}
-
{% for user in following %}
{{user.profile.num_sounds}} sound{{user.profile.num_sounds|pluralize}}
{{user.profile.num_posts}} post{{user.profile.num_posts|pluralize}}
{{user.profile.num_posts}} post{{user.profile.num_posts|pluralize}}
{% if is_owner %}You are{% else %}{{ user.username }} is {% endif %} not following any users yet.
{% endif %}