{% extends 'social_layer/base.html' %} {% load i18n %} {% block content %} {% if request.user.is_staff %} {% trans 'send notification' %}
{% endif %} {% if request.user == sprofile.user %} {% trans 'edit' %}
{% endif %}
{% if sprofile.picture.media_thumbnail %} {% else %} {% endif %}

{{sprofile.nick|default:'user' }}


{{sprofile.phrase|default:'' }}
{% if list_ads %}

{% trans 'Ads' %}

{% for item in list_ads %} {% include 'brique/ad_card.html' %} {% endfor %}

{% endif %} {% if comments %}

{% trans 'Comments' %}

{% for comment in comments %} {% include 'comments/single_comment.html' %} {% endfor %} {% endif %} {% endblock content %}