{% extends 'social_layer/base.html' %} {% load i18n %} {% load static %} {% block header %} {{ block.super }} {{ sprofile.nick|default:'' }} {% endblock header%} {% block content %} {% include 'social_layer/profiles/local_profile_top.html' %} {% 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:'' }} {{ sprofile.phrase|default:'' }}
{% if comments %}

{% trans 'Comments' %}

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