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

{$layout.pagetitle}

{icon name="helpdesk"} {trans("List of Requests")}
{if ConfigHelper::checkPrivilege('helpdesk_advanced_operations')} {/if}
{icon name="timetable"} {trans("Period")}
{icon name="home"} {trans("Address")} {trans("City")} {trans("Postcode")}
{icon name="queue"} {trans("Queue")} {icon name="customer"} {trans("Customer")} {customerlist form="ticketslist" customers=$customers selectname="cust" inputname="customer" version=2 firstoption="- all customers -" selecttip="You can select customer to limit results" inputtip="Enter customer ID or leave empty for all customers"} {icon name="subject"} {trans("Subject")}
{icon name="status"} {trans("Status")} {icon name="uptime"} {trans("Uptime")} {trans("days")}
{icon name="delete"} {trans("Removed")}
{icon name="helpdesk"} {trans("Categories")}
        {button onclick="document.ticketslist.submit()" icon="print" label="Print"}
{icon name="helpdesk"} {trans("Requests Stats")}
{if ConfigHelper::checkPrivilege('helpdesk_advanced_operations')} {/if}
{icon name="timetable"} {trans("Period")}
{icon name="queue"} {trans("Queue")} {icon name="customer"} {t a="" b=""}Customers requesting more than $a times in last $b days{/t}
{icon name="delete"} {trans("Removed")}
{icon name="helpdesk"} {trans("Categories")}
{button onclick="document.stats.submit()" icon="print" label="Print"}
{/block}