{extends "../@layout.xml"}
{block title}{_bug_tracker}{/block}
{block header}
{_bug_tracker}
{/block}
{block content}
{if $mode === "list"}
{if $count < 1}
{include "../components/nothing.xml"}
{/if}
{include "../components/paginator.xml", conf => (object) [
"page" => $page,
"count" => $count,
"amount" => sizeof($iterator),
"perPage" => 5,
"atBottom" => true,
]}
{elseif $mode === "new"}
{elseif $mode === "products"}
{elseif $mode === "new_product"}
{elseif $mode === "reporter"}
{include "../components/paginator.xml", conf => (object) [
"page" => $page,
"count" => $count,
"amount" => sizeof($iterator),
"perPage" => 5,
"atBottom" => true,
]}
{_profile_not_found}
{/if}
{/block}