{extends file="layout.html"} {block name=title}::: LMS :{$layout.pagetitle|striphtml} :::{/block} {block name=module_content}

{$layout.pagetitle}

{trans("List of Requests")}
{if ConfigHelper::checkPrivilege('helpdesk_advanced_operations')} {/if}
{trans("Period:")}
{trans("Queue:")} {trans("Customer:")} {customerlist form="ticketslist" customers=$customers selectname="cust" inputname="customer" firstoption="- all customers -" selecttip="You can select customer to limit results" inputtip="Enter customer ID or leave empty for all customers"} {trans("Subject:")}
{trans("Status:")} {trans("Uptime:")} {trans("days")}
{trans("Removed:")}
{trans("Categories:")} {foreach $categories as $category} {/foreach}
        {trans("Print")}
{trans("Requests Stats")}
{if ConfigHelper::checkPrivilege('helpdesk_advanced_operations')} {/if}
{trans("Period:")}
{trans("Queue:")} {t a="" b=""}Customers requesting more than $a times in last $b days{/t}
{trans("Removed:")}
{trans("Categories:")} {foreach $categories as $category} {/foreach}
{trans("Print")}
{/block}