{* * 2007-2017 Amazzing * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * * @author Amazzing * @copyright 2007-2017 Amazzing * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * *} {if $files_update_warnings}
{l s='Some of files, that you customized, have need updated in the new version' mod='amazzingblog'}
{/if}

{l s='Posts' mod='amazzingblog'} {$total_posts_num|intval}

{include file="../front/sorting.tpl"}
{include file="./category-tree.tpl" type = 'select' name = 'id_category' checked = ['-'] class = 'filter-by category'}
{if $tags_options}
{/if}
{foreach $posts as $post} {include file="./post-form.tpl" post=$post} {/foreach}
{$pagination_posts} {* can not be escaped *}

{l s='Categories' mod='amazzingblog'} {$total_cats_num|intval}

{include file="./category-tree.tpl" type = 'full' name = 'cat_ids[]' checked = [$root_id] }

{l s='Comments' mod='amazzingblog'} {$total_comments_num|intval}

{foreach $comment_filters as $k => $filter}
{/foreach}
{foreach $comments as $comment} {include file="./comment-form.tpl" comment=$comment} {/foreach}
{$pagination_comments} {* can not be escaped *}

{l s='Blocks' mod='amazzingblog'}

{l s='Blocks are used to display posts in different places on your site' mod='amazzingblog'}. {l s='For example: [1]latest posts[/1] on main page, [1]related posts[/1] on product page, etc...' mod='amazzingblog' tags=['']}
{foreach $blocks as $block} {include file="./block-form.tpl" block=$block} {/foreach}
{foreach $settings_types as $identifier => $type_name}

{l s='%s settings' mod='amazzingblog' sprintf=[$type_name]}

{if $identifier == 'img'}
{l s='Format: "width*height". For example: 55*55' mod='amazzingblog'}
{/if} {include file="./settings-form.tpl" settings=$blog->getSettingsFields($identifier, true) type=$identifier}
{/foreach}

{l s='Import/Export data' mod='amazzingblog'}

{* since 1.3.0 *}