{% load i18n %} {% load smart_if %}
{% trans "User tools" %} ▼
{% comment %}

{% trans "Moderation tools" %}

{% trans "Reputation bonus" %}

{{ awardform.as_table }}
{% if not user.is_superuser %}

{% trans "Grant super user status" %}

{% if not user.is_staff %}

{% trans "Grant moderator status" %}

{% else %}

{% trans "Remove moderator status" %}

{% endif %} {% else %} {% ifequal moderator.id 1 %} {% ifnotequal user.id 1 %}

{% trans "Remove super user status" %}

{% endifnotequal %} {% endifequal %} {% endif %} {% endcomment %}