3 <h3>{% trans "Moderation tools" %}</h3>
\r
4 <p><a href="#" class="ajax-command">{% trans "Reputation bonus" %}</a></p>
\r
5 {% if not user.is_superuser %}
\r
6 <p><a href="{% url user_powers id=user.id,action="grant",status="super" %}">{% trans "Grant super user status" %}</a></p>
\r
7 {% if not user.is_staff %}
\r
8 <p><a href="{% url user_powers id=user.id,action="grant",status="staff" %}">{% trans "Grant moderator status" %}</a></p>
\r
10 <p><a href="{% url user_powers id=user.id,action="remove",status="staff" %}" class="">{% trans "Remove moderator status" %}</a></p>
\r
13 {% ifequal moderator.id 1 %}
\r
14 {% ifnotequal user.id 1 %}
\r
15 <p><a href="{% url user_powers id=user.id,action="remove",status="super" %}">{% trans "Remove super user status" %}</a></p>
\r