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') ?> | P= $tpl['default_priority'] ?? 4 ?> | = ($tpl['is_active'] ?? 1) ? 'Active' : 'Inactive' ?> |
|