<!-- attachments -->
<vb:if condition="$show['attachments']">
<div class="atc">
<span>Đính kèm: </span>
<vb:if condition="$show['thumbnailattachment']">
<span>{vb:raw post.thumbnailattachments}<br /></span>
</vb:if>
<vb:if condition="$show['imageattachment']">
<span>{vb:raw post.imageattachments}<br /></span>
</vb:if>
<vb:if condition="$show['imageattachmentlink']">
<span>{vb:raw post.imageattachmentlinks}<br /></span>
</vb:if>
<vb:if condition="$show['otherattachment']">
<span>{vb:raw post.otherattachments}<br /></span>
</vb:if>
<vb:if condition="$show['moderatedattachment']">
<span>{vb:raw post.moderatedattachments}<br /></span>
</vb:if>
</div>
<!-- / attachments -->