{{extend 'UserAdmin/list.html'}}
{{block title}}User information{{end title}}
{{block other_inc}}
{{include "vue/inc_apijson_viewedit.html"}}
{{end other_inc}}
{{block content}}
{{if can_modify:}}
{{else:}}
{{pass}}
{{if usergroups:}}
 
Group name |
{{for usergroup in usergroups:}}
{{=usergroup.name}} |
{{pass}}
{{pass #usergroups}}
{{end content}}
{{block mainapp_vue}}
{{end mainapp_vue}}
{{block custom_viewedit_component}}
{{for i in functions.get_timezone_options():}}
{{pass}}
{{end custom_viewedit_component}}