{% extends "base.html" %} {% load crispy_forms_tags %} {% block base_header_additional_head %} {% endblock %} {% block base_content %}
Login | {{ account.login }} |
---|---|
Name | {{ account.name }} |
Groups |
{% if account.accountgroup_set.all %}
|
Organizations |
{% if account.organizations.all %}
|
You are not allowed to change your password from this page. Your account is managed through an external system, known as "{{ account.ext_sync }}".
{% else %} {% endif %}