X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=userhandler%2Ftemplates%2Fuser_list.html;h=b287b76bf7c5bb23cc9aa85784ceb2350442944a;hb=c1e3d672556a859371f2586d6e512bfb708b7561;hp=8d7e84ab3991adee81da2f509871c977b80ea0c6;hpb=45e33ee184cb787b19549e23121efad559497007;p=osm%2FLW-UI.git diff --git a/userhandler/templates/user_list.html b/userhandler/templates/user_list.html index 8d7e84a..b287b76 100644 --- a/userhandler/templates/user_list.html +++ b/userhandler/templates/user_list.html @@ -1,3 +1,18 @@ + {% extends "base.html" %} {% load get %} {% load date_tag %} @@ -6,8 +21,8 @@ {% block head_block %} {{ block.super }} - - + + {% endblock %} {% block title_header_big %} {{ block.super }} @@ -26,6 +41,10 @@ {{ block.super }} {% include 'modal/user_details.html' %} {% include 'modal/user_create.html' %} + {% include 'modal/user_credentials_edit.html' %} + {% include 'modal/user_proj_role_edit.html' %} + + {% csrf_token %}
@@ -35,10 +54,11 @@

Users

+ Create User +
@@ -47,43 +67,13 @@ Name - Projects Identifier Modified - Created + Created Actions - - {% for s in users %} - - - {{ s|get:"username" }} - {{ s|get:"projects" }} - {{ s|get:"_id" }} - {{ s|get_sub:"_admin,modified"|get_date}} - {{ s|get_sub:"_admin,created"|get_date}} - - - -
- - -
- - - - {% endfor %}
@@ -95,14 +85,208 @@ {% block resource_block %} {{ block.super }} - - - + + +