{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Accounts" %}{% endblock %} {% block content %}
{% include 'sidebar.html' %}

{{ user.username }}

{% include 'errors.html' %} {{ user }}
{% endblock %}