Templates pre-fill ticket creation forms with standard content for common ticket types.
| Template Name | Category | Type | Priority | Status | Actions |
|---|---|---|---|---|---|
| No templates defined. Create templates to speed up ticket creation. | |||||
| = htmlspecialchars($tpl['template_name']) ?> | = htmlspecialchars($tpl['category'] ?? 'Any') ?> | = htmlspecialchars($tpl['type'] ?? 'Any') ?> | 'lt-chip-critical', 2 => 'lt-chip-warn', 3 => 'lt-chip-info', default => 'lt-chip-ok' }; ?>P= $tp ?> | = ($tpl['is_active'] ?? 1) ? 'Active' : 'Inactive' ?> |
|