{% extends 'backoffice/base.html' %} {% load i18n %} {% block content %}
{% csrf_token %} Username: {{ object.username }}
{% include 'backoffice/user-sidebar.html' %}
{% endblock %}