{$post->title}
{$post->postedby}
{$post->description|clean_html|safe}
{if $post->tags}
{if $post->files}
{/if}
{str tag=attachedfiles section=artefact.blog}
![]() |
|
{$file->title} ({$file->size|display_size}) - {str tag=Download section=artefact.file}{$file->description}
|
{if $post->commentcount > 0}
{if !$options.editing}{/if}
{str tag=Comments section=artefact.comment} ({$post->commentcount})
{if !$options.editing}{/if}
{else}
{if $post->allowcomments}
{/if}
{/if}
{if $post->allowcomments}
{str tag=addcomment section=artefact.comment}
{/if}
{$post->comments->tablerows|safe}