{{extend 'zlayout.html'}}

{{=XML(T('Messages - View Message'))}}

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

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

{{pass}}
{{=XML(T('From'))}}: {{=msg.from_auth_user}}
{{=XML(T('To'))}}: {{=msg.auth_user}}
{{=XML(T('Subject'))}}: {{=msg.subject}}
{{=XML(T('Date'))}}: {{=msg.creation_date.strftime(str(T('%b %d, %Y - %I:%M %p')))}}
{{=XML(parse_content(msg.message, 'forumfull'))}}
{{=XML(T('Send a response to this message'))}}