{{extend 'zlayout.html'}}
{{=XML(T('There was one or more errors while processing your request, please correct the following'))}}
{{=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'))}} |