{% extends 'layouts/base.html' %} {% load static %} {% load i18n %} {% load social_tags %} {% load l10n %} {% block title %} {% trans "Seguidores de" %} {{ profile_user.get_full_name|default:profile_user.username }} {% endblock title %} {% block content %}
@{{ follow.follower.username }}
{% if follow.follower.social_profile and follow.follower.social_profile.bio %} {{ follow.follower.social_profile.bio|truncatechars:50 }} {% endif %}{% if user == profile_user %} {% trans "Compartilhe conteúdo interessante para atrair seguidores!" %} {% else %} {% trans "Seja o primeiro a seguir!" %} {% endif %}
{% if user != profile_user %} {% endif %}