{% extends "useradmin/base.html" %} {% block tabs %}{% endblock %} {% block outercontent %} {% if current_user_data.messages %}
{% endif %}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 %} {% endblock %}