{% extends 'layouts/base.html' %} {% load static %} {% load i18n %} {% load social_tags %} {% load l10n %} {% block title %} {% trans "Seguindo por" %} {{ profile_user.get_full_name|default:profile_user.username }} {% endblock title %} {% block content %}
@{{ follow.following.username }}
{% if follow.following.social_profile and follow.following.social_profile.bio %} {{ follow.following.social_profile.bio|truncatechars:50 }} {% endif %}{% if user == profile_user %} {% trans "Comece a seguir pessoas para ver seus posts no feed!" %} {% else %} {% trans "Este usuário ainda não começou a seguir pessoas." %} {% endif %}
{% if user == profile_user %} {% trans "Buscar pessoas" %} {% endif %}