{% extends 'layouts/base.html' %} {% load static %} {% load i18n %} {% load l10n %} {% load social_tags %} {% block title %} {{ profile_user.get_full_name|default:profile_user.username }} - {% trans "Perfil" %} {% endblock title %} {% block extrahead %} {% endblock extrahead %} {% block content %} {% csrf_token %}
@{{ profile_user.username }}{% profile_badge profile_user "16px" %}{% verified_badge profile_user "16px" %}
{% if profile_user.social_profile.bio %}{{ profile_user.social_profile.bio }}
{% endif %} {% if profile_user.profile_type != 'regular' %}{{ post.content|process_content|linebreaks }}
{% if post.image %}{{ post.link_description }}
{% endif %} {% trans "Abrir link" %}{% if user == profile_user %} {% trans "Comece a compartilhar suas ideias!" %} {% else %} {% trans "Este usuário ainda não fez nenhum post." %} {% endif %}