perplexity-hackathon-LawMitra / perplexity_hackathon / templates / fir.json
fir.json
Raw
{
  "name": "fir",
  "content": "FIRST INFORMATION REPORT\n\nPolice Station: {{policeStation}}\nFIR No.: {{firNumber}}\nDate: {{date}}\n\nComplainant Details:\nName: {{complainant.name}}\nAddress: {{complainant.address}}\nPhone: {{complainant.phone}}\n\nIncident Details:\nDate of Incident: {{incident.date}}\nTime of Incident: {{incident.time}}\nPlace of Incident: {{incident.place}}\n\nDescription of Incident:\n{{incident.description}}\n\nAccused Details (if known):\nName: {{accused.name}}\nDescription: {{accused.description}}\n\nWitnesses (if any):\n{{#each witnesses}}\n- Name: {{this.name}}\n  Contact: {{this.contact}}\n{{/each}}\n\nProperty Lost/Damaged (if any):\n{{#each property}}\n- Item: {{this.item}}\n  Value: {{this.value}}\n{{/each}}\n\nComplainant's Signature: _________________\nDate: {{submissionDate}}\n\nOfficer's Name: {{officer.name}}\nBadge Number: {{officer.badge}}\nSignature: _________________",
  "fonts": {
    "hi": "Noto-Sans-Devanagari.ttf",
    "ta": "Noto-Sans-Tamil.ttf",
    "te": "Noto-Sans-Telugu.ttf",
    "bn": "Noto-Sans-Bengali.ttf"
  }
}