{% extends "useradmin/base.html" %} {% load crispy_forms_tags %} {% block content %} {% for m in current_user_data.messages %}
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 %} {% crispy password_form %} {% endif %}