{% extends "base.html" %} {% load i18n %} {% block content %}
{% if not connected_providers %} {% trans "Connect to one of the social networks above" %} {% elif not friends %} {% trans "No friends found" %} {% else %} {% endif %}
{% endblock %}