perplexity-hackathon-LawMitra / perplexity_hackathon / templates / rent_agreement.json
rent_agreement.json
Raw
{
  "name": "rent_agreement",
  "content": "RENTAL AGREEMENT\n\nThis Rental Agreement is made on {{date}} between:\n\nLANDLORD:\nName: {{landlord.name}}\nAddress: {{landlord.address}}\nPhone: {{landlord.phone}}\n\nTENANT:\nName: {{tenant.name}}\nPhone: {{tenant.phone}}\nEmail: {{tenant.email}}\n\nPROPERTY DETAILS:\nAddress: {{property.address}}\nType: {{property.type}}\nArea: {{property.area}}\n\nTERMS AND CONDITIONS:\n1. TERM\nThe tenancy will begin on {{startDate}} and end on {{endDate}}.\n\n2. RENT\nMonthly Rent: {{rent.amount}}\nSecurity Deposit: {{rent.deposit}}\nPayment Due Date: {{rent.dueDate}}\n\n3. UTILITIES\n{{#each utilities}}\n- {{this.name}}: {{this.responsibility}}\n{{/each}}\n\n4. MAINTENANCE\n{{maintenance}}\n\n5. SPECIAL CONDITIONS\n{{specialConditions}}\n\nSIGNATURES:\n\nLandlord: _________________\nDate: {{date}}\n\nTenant: _________________\nDate: {{date}}\n\nWitness 1: _________________\nName: {{witness1.name}}\n\nWitness 2: _________________\nName: {{witness2.name}}",
  "fonts": {
    "hi": "Noto-Sans-Devanagari.ttf",
    "ta": "Noto-Sans-Tamil.ttf",
    "te": "Noto-Sans-Telugu.ttf",
    "bn": "Noto-Sans-Bengali.ttf"
  }
}