{% 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' %}

{% if active_organization.code %} {% else %} {% endif %}
{% translate 'User overview:' %}
User Active organization Code
{{ user.username }} {{ active_organization.name }}{{ active_organization.code }}{% translate 'Warning' %}: {% translate 'Organization code missing' %}
{% endblock %}