{% extends "user.html" %} {% load i18n %} {% load smart_if %} {% block usercontent %} {% if request.user != view_user %}
{% trans "User status changed" %}
{% endif %} {% endif %}{% trans "User reputation changed" %}
{% endif %} {% if request.user != view_user %}{% trans "An email will be sent to the user with 'reply-to' field set to your email address. Please make sure that your address is entered correctly." %}
{% if message_sent %}{% trans "Message sent" %}
{% endif %} {% endif %} {% endblock %}