|  | 
 |  | 
 | 
												
													
														| 314 |                      % for comment in current_node.getComments():
 | 314 |                      % for comment in current_node.getComments():
 | 
												
													
														| 315 |                        <tr title="Last updated: ${comment.updated_at}">
 | 315 |                        <tr title="Last updated: ${comment.updated_at}">
 | 
												
													
														| 316 |                          <td>
 | 316 |                          <td>
 | 
												
													
														| 317 | -                          <i>The ${comment.getFormattedDate(comment.updated_at)} at ${comment.getFormattedTime(comment.updated_at)}, comment.author wrote: </i><br/>
 |  | 
 | 
												
													
														|  | 
 | 317 | +                          <i>The ${comment.getFormattedDate(comment.updated_at)} at ${comment.getFormattedTime(comment.updated_at)}: </i><br/>
 | 
												
													
														| 318 |                            <b>${comment.data_label}</b><br/>
 | 318 |                            <b>${comment.data_label}</b><br/>
 | 
												
													
														| 319 |                            <p>
 | 319 |                            <p>
 | 
												
													
														| 320 |                              ${comment.data_content|n}
 | 320 |                              ${comment.data_content|n}
 |