diff --git a/tpl/part/comments_list.tpl b/tpl/part/comments_list.tpl index 766ff0c..f5e66f8 100644 --- a/tpl/part/comments_list.tpl +++ b/tpl/part/comments_list.tpl @@ -1,10 +1,10 @@
-
+ {if $comments|count > 0}

{__('Comments', 'Comments of polled people')}

{foreach $comments as $comment}
- {if isset($admin) && !$expired} + {if isset($admin) && $admin && !$expired} {/if} {$comment->date|intl_date_format:$date_format['txt_datetime_short']}