
{
    "id": "lssd_seb_form",
    "title": "Special Weapons Team Incident Log",
    "description": "Generate an SEB Incident Log.",
    "icon": "ShieldAlert",
    "icon_color": "#b91c1c",
    "output_title": "[IL#{{activation_no}}] {{location.street}}, {{incident_type}}",
    "is_html_output": false,
    "output": "[hr][/hr]\n[center][b][size=125]LOS SANTOS COUNTY SHERIFF'S DEPARTMENT\nSPECIAL ENFORCEMENT BUREAU[/size][/b]\n[size=110]SPECIAL WEAPONS TEAM INCIDENT LOG[/size][/center]\n[hr][/hr]\n[divbox=black][color=white][b][center]INCIDENT INFORMATION[/center][/b][/color][/divbox]\n[table=Arial][tr]\n[td][b]DATE & TIME:[/b][/td]\n[td][b]S.E.B. ACTIVATION NO.:[/b][/td]\n[td][b]LOCATION:[/b][/td]\n[/tr]\n[tr]\n[td]{{general.date}}[/td]\n[td]{{activation_no}}[/td]\n[td]{{location.street}}, {{location.district}}[/td]\n[/tr]\n[tr]\n[td][b]TYPE OF INCIDENT:[/b][/td]\n[td][b]STATION/UNIT REQUESTING:[/b][/td]\n[td][b]AUTHORIZED BY:[/b][/td]\n[/tr]\n[tr]\n[td]{{incident_type}}[/td]\n[td]{{requesting_station}}[/td]\n[td]{{authorized_by}}[/td]\n[/tr][/table]\n\n[divbox=black][color=white][b][center]PERSONNEL[/center][/b][/color][/divbox]\n[divbox=white][center][size=85][b]PERSONNEL LOG[/b][/size][/center]\n[size=85][u][b]FIELD/SEB COMMAND[/b][/u]\n[list]\n[*][b]Incident Commander:[/b] {{incident_commander}}\n[*][b]Team Commander:[/b] {{team_commander}}\n[*][b]Team Leader:[/b] {{team_leader}}\n[/list]\n[u][b]RESPONDING PERSONNEL[/b][/u]\n[list]{{#each officers}}\n[*] {{this.rank}} {{this.name}}{{/each}}[/list][/size]\n[/divbox]\n\n[divbox=black][color=white][b][center]NARRATIVE[/center][/b][/color][/divbox]\n[divbox=white][center][size=85][b]INCIDENT NARRATIVE & EXTERNAL REFERENCES[/b][/size][/center]\n[size=85]{{narrative}}[/size][/divbox]",
    "form": [
        { "type": "section", "title": "Incident Information" },
        { "type": "general", "name": "general" },
        {
            "type": "group",
            "fields": [
                { "type": "text", "name": "activation_no", "label": "S.E.B. Activation No.", "placeholder": "e.g., 24-001", "required": true },
                { "type": "text", "name": "incident_type", "label": "Type of Incident", "placeholder": "e.g., 605B Barricaded - 998", "required": true }
            ]
        },
        { 
            "type": "location", 
            "name": "location", 
            "showDistrict": true 
        },
        {
            "type": "group",
            "fields": [
                { "type": "text", "name": "requesting_station", "label": "Station/Unit Requesting", "placeholder": "e.g., OSS or 60D" },
                { "type": "text", "name": "authorized_by", "label": "Authorized By", "placeholder": "Name/Rank/Serial" }
            ]
        },
        { "type": "section", "title": "Personnel" },
        { "type": "text", "name": "incident_commander", "label": "Incident Commander" },
        { "type": "text", "name": "team_commander", "label": "Team Commander" },
        { "type": "text", "name": "team_leader", "label": "Team Leader" },
        { "type": "officer", "name": "officers", "multi": true, "showDivDetail": false },
        { "type": "section", "title": "Narrative" },
        { "type": "textarea", "name": "narrative", "label": "Incident Narrative", "placeholder": "Provide a detailed summary of the incident...", "required": true }
    ]
}
