{* * @Module Name: Leo Blog * @Website: leotheme.com.com - prestashop template provider * @author Leotheme * @copyright 2007-2018 Leotheme * @description: Content Management *}
{if $config->get('item_show_listcomment','1') == 1}

{l s='Comments' mod='leoblog'}

{if isset($comments) && count($comments) > 0}
{foreach from=$comments item=comment name=comment} {$default=''}
{l s='Created On' mod='leoblog'} {strtotime($comment.date_add)|date_format:"%A, %B %e, %Y"|escape:'html':'UTF-8'} {l s='Posted By' mod='leoblog'} {$comment.user|escape:'html':'UTF-8'} {l s='Comment Link' mod='leoblog'}
{$comment.comment|nl2br nofilter}{* HTML form , no escape necessary *}
{/foreach} {if $blog_count_comment}
{include file="module:leoblog/views/templates/front/default/_pagination.tpl"}
{/if}
{else}

{l s='No comment at this time!' mod='leoblog'}

{/if} {/if} {if $config->get('item_show_formcomment','1') == 1}

{l s='Leave your comment' mod='leoblog'}

{/if}