% include DetailActions %>
<% if Thread %>
<% control Thread %>
<% _t('Postale.SUBJECT','Subject') %>: $Subject
<% _t('Postale.BETWEEN','Between') %>: $YouAndOthers
<% control Messages %>
<% control Author %>
<% if Author.Link %>
$AvatarOrDefault
<% else %>
$AvatarOrDefault
<% end_if %>
<% end_control %>
<% if Author.Link %>
$Author.ShortLabel
<% else %>
$Author.ShortLabel
<% end_if %>
$Created.Nice
$Body
<% end_control %>
<% end_control %>
$ReplyForm
<% include DetailActions %>
<% else %>
<% _t('Postale.THREADNOTFOUND','That thread could not be found.') %>
<% end_if %>