{% extends "layouts/base.html" %} {% load static %} {% load i18n %} {% block content %}
{% include 'partials/skip-to-content.html' %} {% include 'partials/page-meta.html' %}
{% translate "Logout" %}

{% translate "Welcome" %}

{% translate 'User overview:' %}
User Active organization Code
{{ user.email }} {{ active_organization.name }} {{ active_organization.code }}
{% endblock %}