{{extend 'zlayout.html'}}

{{=XML(T('Member Preferences'))}}

{{if view_info['errors']:}}

{{=XML(T('There was one or more errors while processing your request, please correct the following'))}}

{{pass}}
{{=XML(T('Username'))}}: {{=username}}
{{=XML(T('Email'))}}: {{=user_email}}
{{=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 forum'))}} {{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(username):}}
{{pass}}

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