{{extend 'zlayout.html'}}

{{=XML(T('pyForum Administration - User Administration - Edit User'))}}

{{include 'zadmin/admin_options.html'}} {{if not view_info['props']['is_enabled']:}}

{{=XML(T('This user is currently disabled'))}}.

{{pass}}

{{=XML(T('Email'))}}: {{=user_email}}
{{=XML(T('Username'))}}: * {{=XML(T('This will display in you postings, search, etc'))}}.
{{=XML(T('New Password'))}}: * {{=XML(T('Leave empty for no change'))}}
{{=XML(T('New Password Confirmation'))}}: * {{=XML(T('Leave empty for no change'))}}
{{=XML(T('Real Name'))}}:
{{=XML(T('Web Page'))}}:
{{=XML(T('City/Country'))}}:
{{=XML(T('Signature'))}}:
{{=XML(T('Display Language'))}}:
{{=XML(T('Posts'))}}: {{=view_info['props']['postings']}}
{{=XML(T('Last Login'))}}: {{=view_info['props']['last_login']}}
{{=XML(T('Forum Subscriptions'))}}: {{if len(forum_subscriptions):}} {{else:}} {{=XML(T('User is not subscribed to any forums'))}} {{pass}}
{{=XML(T('Topic Subscriptions'))}}: {{if len(topic_subscriptions):}} {{else:}} {{=XML(T('User is not subscribed to any topics'))}} {{pass}}
{{=XML(T('Avatar'))}}: {{if forumhelper.has_member_avatar(user_id):}}
{{pass}}
{{=XML(T('Available Roles'))}}:

{{=XML(T('For Forums/Topics subscriptions, select the ones you wish to unsubscribe from and submit your form'))}}.

{{if view_info['props']['is_enabled']:}} {{else:}} {{pass}}