{Sorbet_includes}
{if $isAuthenticated} {/if}

{Title}

{Description}

{if $error}
{$error}
{else}
{block $rows as $row}
{if $row.postType=='post'}

{$row.Body}

{if !$id_post} {__("Posted by")} {$row.User} {if $allowComments}- {$row.Comments_Number} {__("comments")}{/if} {/if}
{elseif $row.postType=='photo'}
{$row.PhotoAlt}

{$row.Caption}

{if !$id_post} {__("Posted by")} {$row.User} {if $allowComments}- {$row.Comments_Number} {__("comments")}{/if} {/if}
{elseif $row.postType=='quote'}
{$row.Quote} - {$row.Source}
{if !$id_post} {__("Posted by")} {$row.User} {if $allowComments}- {$row.Comments_Number} {__("comments")}{/if} {/if}
{elseif $row.postType=='url'}

{$row.Description}

{if !$id_post} {__("Posted by")} {$row.User} {if $allowComments}- {$row.Comments_Number} {__("comments")}{/if} {/if}
{elseif $row.postType=='conversation'}
                    {$row.Conversation}
                  
{if !$id_post} {__("Posted by")} {$row.User} {if $allowComments}- {$row.Comments_Number} {__("comments")}{/if} {/if}
{elseif $row.postType=='video'}
{$row.Video}

{$row.Caption}

{if !$id_post} {__("Posted by")} {$row.User} {if $allowComments}- {$row.Comments_Number} {__("comments")}{/if} {/if}
{elseif $row.postType=='mp3'}
{$row.Mp3}

{$row.Caption}

{if !$id_post} {__("Posted by")} {$row.User} {if $allowComments}- {$row.Comments_Number} {__("comments")}{/if} {/if}
{/if}
{/block}
{if $id_post} {if $row.Comments_Number>0}

{$row.Comments_Number} {__("comments on")} “{$row.Post_Title}”

    {block $comments as $comment}
  1. #   {$comment.Comment_Author} {__("said")}:
    {__("at")} {$comment.Date}

    {$comment.Comment}

  2. {/block}
{/if} {if $allowComments}
{__("Add your comment")}
{__("Some HTML allowed:")} <blockquote> <code> <em> <strong> <a>
{/if} {else} {pagination} {/if} {/if}