{extends "../@layout.xml"} {block title} {if !isset($group)} {_my_documents_objectively} {else} {_documents_of_group} {/if} {/block} {block header} {if !isset($group)} {_my_documents} {else} {$group->getCanonicalName()} ยป {_my_documents} {/if} {/block} {block content} {var $is_gallery = $current_tab == 3 || $current_tab == 4}
{tr($locale_string, $count)}.
{if $count > 0} {foreach $docs as $doc} {if $is_gallery} {include "components/image.xml", doc => $doc, scroll_context => true, club => isset($group) ? $group : NULL} {else} {include "components/doc.xml", doc => $doc, scroll_context => true, club => isset($group) ? $group : NULL} {/if} {/foreach} {else} {include "../components/error.xml", description => tr("there_is_no_documents_alright")} {/if}
{_documents_all} {foreach $tags as $tag} {$tag} {/foreach}
{include "../components/paginator.xml", conf => $paginatorConf}
{/block}