{% extends "base.html" %} {% load i18n %} {% block content %}
{% trans "Users you can administrate:" %}
{{ user.username }}
There is no user you are authorized to administrate.