{% extends "profiles/base_profile.html" %} {% block profile_menu_friends %}current{% endblock %} {% block content %} {% if object_list %}
{% blocktrans count object_list.count as counter and object.user.first_name as user %} {{ user }} has only one friend. {% plural %} {{ user }} has {{ counter }} friends. {% endblocktrans %}
{% with object.to_user.get_profile as object %}{% include 'profiles/_profile_info.html' %}{% endwith %}
{% trans 'Not found any record.' %}
{% endif %} {% endblock %}