{% 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 %}