| Message Mode | 
            [
              <%if msg_mode eq 'html'%>HTML
              <%elsif msg_mode eq 'multi'%>Text and HTML
              <%else%>Text Only<%endif%> ]
             | 
          
          <%if msg_charset%>
          
            | From | 
            <%if msg_from_name%>"<%msg_from_name%>" <<%msg_from_email%>><%else%><%msg_from_email%><%endif%> | 
          
          
            | Created | 
            <%GList::HTML::date_get('msg_created', '%mm%-%dd%-%yyyy% %hh%:%MM%:%ss%')%>
              <%if usr_email ne $msg_user_id_fk%>, by <%msg_user_id_fk%><%endif%>
             | 
          
          <%GList::HTML::generate_attachments%>
          <%if attachments%>
          
            | Attachments | 
            
              
              <%loop attachments%>
                
                    | <%att_file_name%> (<%GList::Tools::friendly_size($att_file_size)%>) | 
                  
                    view
                    download
                   | 
                 
              <%endloop%>
               
             | 
          
          <%endif%>
          <%if msg_content_text%>
          
            <%if msg_mode eq 'multi' or msg_mode eq 'html'%>Text Message <%endif%>
              <%GList::HTML::html_unescape($msg_content_text)%>
             | 
          
          <%endif%>
          <%if msg_content_html%>
          
            <%if msg_mode eq 'multi' or msg_mode eq 'html' %>HTML Message <%endif%>
              <%msg_content_html%>
             | 
          
          <%endif%>