{% extends "user_profile/user.html" %} {% block profilesection %} {% trans %}moderation{% endtrans %} {% endblock %} {% block usercontent %} {% if request.user != view_user %}
{% trans %}User status changed{% endtrans %}
{% endif %} {% endif %}{% trans %}User reputation changed{% endtrans %}
{% 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.{% endtrans %}
{% if message_sent %}{% trans %}Message sent{% endtrans %}
{% endif %} {% endif %} {% endblock %} {% block endjs %} {% endblock %}