{if $info.description}{/if}
{if $info.comment}{/if}
{if $info.lang}{$info.lang}{/if}
{$info.is_html}
{$info.wysiwyg}
{$info.created}
{$info.lastModif}
{$info.hits}
{**}
{if $config.comments and !empty($comments)}
{foreach from=$comments item=comment}
{include file='tiki-export_comment_xml.tpl'}
{/foreach}
{/if}
{if $config.images and !empty($images)}
{foreach from=$images item=img}
{/foreach}
{/if}
{if $config.attachments and !empty($attachments)}
{foreach from=$attachments item=att}
{$att.filesize}
{$att.filetype}
{if $att.comment}{/if}
{$att.created}
{/foreach}
{/if}
{if $config.history and !empty($history)}
{foreach from=$history item=hist}
{if $hist.description}{/if}
{if $hist.comment}{/if}
{$hist.lastModif}
{/foreach}
{/if}