- {% if view_user != request.user and request.user.is_superuser %}
- <tr>
- <td class="moderation" align="left" colspan="2">
- {% comment %}{% user_moderation request.user view_user %}{% endcomment %}
- </td>
- </tr>
- {% endif %}
- {% ifequal request.user view_user %}
- <tr>
- <td class="user-profile-tool-links" align="left" colspan="2">
- {% joinitems using ' | ' %}
- <span class="user-edit-link"><a href="{% url users %}{{ view_user.id }}/{% trans "edit/" %}">{% trans "update profile" %}</a></span>
- {% separator %}
- <a href="{% url user_authsettings %}">authentication settings</a>
- {% endjoinitems %}
- </td>
- </tr>
- {% endifequal %}