{% load i18n %} {% load user_tags %} {% if user.friends_count %}
{% translate 'See All' context request.user.get_gender %}
{% include 'menu/friends_trans.html' %}
{% for friendship in friends %}
{% profile_picture friendship.from_user '175x175' html_class="img-responsive" %}
{% endfor %}
{% endif %}