{% load i18n %}

{% trans "Moderation tools" %}

{% trans "Reputation bonus" %}

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