[
  {
    "name": "otp-phone-verification",
    "en": {
      "subject": "{{appName}} - Verify Your Phone Number",
      "body": "<!DOCTYPE html>\n<html>\n<head>\n  <meta charset=\"utf-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>{{subject}}</title>\n</head>\n<body style=\"margin: 0; padding: 0; font-family: Arial, sans-serif; background-color: #f4f4f4;\">\n  <table role=\"presentation\" style=\"width: 100%; border-collapse: collapse;\">\n    <tr>\n      <td style=\"padding: 20px 0; text-align: center; background-color: #f4f4f4;\">\n        <table role=\"presentation\" style=\"width: 600px; max-width: 100%; margin: 0 auto; background-color: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\">\n          <tr>\n            <td style=\"background-color: #00320E; padding: 30px; text-align: center;\">\n              <h1 style=\"color: #ffffff; margin: 0; font-size: 28px;\">{{appName}}</h1>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"padding: 40px 30px; text-align: center;\">\n              <h2 style=\"color: #333333; margin: 0 0 20px 0; font-size: 24px;\">Verify Your Phone Number</h2>\n              <p style=\"color: #666666; font-size: 16px; line-height: 1.6; margin: 0 0 24px 0;\">Use the OTP below to verify your phone number <strong>{{phone}}</strong>:</p>\n              <div style=\"background-color: #f8f9fa; padding: 30px; margin: 30px 0; border-radius: 8px; text-align: center;\">\n                <h1 style=\"color: #00320E; margin: 0; font-size: 42px; letter-spacing: 10px;\">{{otp}}</h1>\n              </div>\n              <p style=\"color: #999999; font-size: 14px; line-height: 1.6; margin: 24px 0 0 0;\">This OTP expires in {{expiryMinutes}} minutes. If you did not request this, you can ignore this email.</p>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"background-color: #f8f9fa; padding: 30px; text-align: center; border-top: 1px solid #e9ecef;\">\n              <p style=\"color: #999999; font-size: 12px; margin: 0;\">&copy; {{year}} {{appName}}. All rights reserved.</p>\n            </td>\n          </tr>\n        </table>\n      </td>\n    </tr>\n  </table>\n</body>\n</html>"
    },
    "hi": {
      "subject": "{{appName}} - अपना फ़ोन नंबर सत्यापित करें",
      "body": "<!DOCTYPE html>\n<html>\n<head>\n  <meta charset=\"utf-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>{{subject}}</title>\n</head>\n<body style=\"margin: 0; padding: 0; font-family: Arial, sans-serif; background-color: #f4f4f4;\">\n  <table role=\"presentation\" style=\"width: 100%; border-collapse: collapse;\">\n    <tr>\n      <td style=\"padding: 20px 0; text-align: center; background-color: #f4f4f4;\">\n        <table role=\"presentation\" style=\"width: 600px; max-width: 100%; margin: 0 auto; background-color: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\">\n          <tr>\n            <td style=\"background-color: #00320E; padding: 30px; text-align: center;\">\n              <h1 style=\"color: #ffffff; margin: 0; font-size: 28px;\">{{appName}}</h1>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"padding: 40px 30px; text-align: center;\">\n              <h2 style=\"color: #333333; margin: 0 0 20px 0; font-size: 24px;\">अपना फ़ोन नंबर सत्यापित करें</h2>\n              <p style=\"color: #666666; font-size: 16px; line-height: 1.6; margin: 0 0 24px 0;\">अपना फ़ोन नंबर <strong>{{phone}}</strong> सत्यापित करने के लिए नीचे दिए गए OTP का उपयोग करें:</p>\n              <div style=\"background-color: #f8f9fa; padding: 30px; margin: 30px 0; border-radius: 8px; text-align: center;\">\n                <h1 style=\"color: #00320E; margin: 0; font-size: 42px; letter-spacing: 10px;\">{{otp}}</h1>\n              </div>\n              <p style=\"color: #999999; font-size: 14px; line-height: 1.6; margin: 24px 0 0 0;\">यह OTP {{expiryMinutes}} मिनट में समाप्त हो जाएगा। यदि आपने यह अनुरोध नहीं किया है, तो इस ईमेल को अनदेखा करें।</p>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"background-color: #f8f9fa; padding: 30px; text-align: center; border-top: 1px solid #e9ecef;\">\n              <p style=\"color: #999999; font-size: 12px; margin: 0;\">&copy; {{year}} {{appName}}. सर्वाधिकार सुरक्षित।</p>\n            </td>\n          </tr>\n        </table>\n      </td>\n    </tr>\n  </table>\n</body>\n</html>"
    },
    "variables": [
      "appName",
      "otp",
      "expiryMinutes",
      "phone",
      "year"
    ]
  },
  {
    "name": "otp-login",
    "en": {
      "subject": "{{appName}} - Your Login OTP",
      "body": "<!DOCTYPE html>\n<html>\n<head>\n  <meta charset=\"utf-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>{{subject}}</title>\n</head>\n<body style=\"margin: 0; padding: 0; font-family: Arial, sans-serif; background-color: #f4f4f4;\">\n  <table role=\"presentation\" style=\"width: 100%; border-collapse: collapse;\">\n    <tr>\n      <td style=\"padding: 20px 0; text-align: center; background-color: #f4f4f4;\">\n        <table role=\"presentation\" style=\"width: 600px; max-width: 100%; margin: 0 auto; background-color: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\">\n          <tr>\n            <td style=\"background-color: #00320E; padding: 30px; text-align: center;\">\n              <h1 style=\"color: #ffffff; margin: 0; font-size: 28px;\">{{appName}}</h1>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"padding: 40px 30px; text-align: center;\">\n              <h2 style=\"color: #333333; margin: 0 0 20px 0; font-size: 24px;\">Login Verification</h2>\n              <p style=\"color: #666666; font-size: 16px; line-height: 1.6; margin: 0 0 24px 0;\">Use the OTP below to log in to your {{appName}} account:</p>\n              <div style=\"background-color: #f8f9fa; padding: 30px; margin: 30px 0; border-radius: 8px; text-align: center;\">\n                <h1 style=\"color: #00320E; margin: 0; font-size: 42px; letter-spacing: 10px;\">{{otp}}</h1>\n              </div>\n              <p style=\"color: #999999; font-size: 14px; line-height: 1.6; margin: 24px 0 0 0;\">This OTP expires in {{expiryMinutes}} minutes. Never share it with anyone. If you did not try to log in, please secure your account.</p>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"background-color: #f8f9fa; padding: 30px; text-align: center; border-top: 1px solid #e9ecef;\">\n              <p style=\"color: #999999; font-size: 12px; margin: 0;\">&copy; {{year}} {{appName}}. All rights reserved.</p>\n            </td>\n          </tr>\n        </table>\n      </td>\n    </tr>\n  </table>\n</body>\n</html>"
    },
    "hi": {
      "subject": "{{appName}} - आपका लॉगिन OTP",
      "body": "<!DOCTYPE html>\n<html>\n<head>\n  <meta charset=\"utf-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>{{subject}}</title>\n</head>\n<body style=\"margin: 0; padding: 0; font-family: Arial, sans-serif; background-color: #f4f4f4;\">\n  <table role=\"presentation\" style=\"width: 100%; border-collapse: collapse;\">\n    <tr>\n      <td style=\"padding: 20px 0; text-align: center; background-color: #f4f4f4;\">\n        <table role=\"presentation\" style=\"width: 600px; max-width: 100%; margin: 0 auto; background-color: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\">\n          <tr>\n            <td style=\"background-color: #00320E; padding: 30px; text-align: center;\">\n              <h1 style=\"color: #ffffff; margin: 0; font-size: 28px;\">{{appName}}</h1>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"padding: 40px 30px; text-align: center;\">\n              <h2 style=\"color: #333333; margin: 0 0 20px 0; font-size: 24px;\">लॉगिन सत्यापन</h2>\n              <p style=\"color: #666666; font-size: 16px; line-height: 1.6; margin: 0 0 24px 0;\">अपने {{appName}} खाते में लॉगिन करने के लिए नीचे दिए गए OTP का उपयोग करें:</p>\n              <div style=\"background-color: #f8f9fa; padding: 30px; margin: 30px 0; border-radius: 8px; text-align: center;\">\n                <h1 style=\"color: #00320E; margin: 0; font-size: 42px; letter-spacing: 10px;\">{{otp}}</h1>\n              </div>\n              <p style=\"color: #999999; font-size: 14px; line-height: 1.6; margin: 24px 0 0 0;\">यह OTP {{expiryMinutes}} मिनट में समाप्त हो जाएगा। इसे किसी के साथ साझा न करें। यदि आपने लॉगिन का प्रयास नहीं किया है, तो कृपया अपना खाता सुरक्षित करें।</p>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"background-color: #f8f9fa; padding: 30px; text-align: center; border-top: 1px solid #e9ecef;\">\n              <p style=\"color: #999999; font-size: 12px; margin: 0;\">&copy; {{year}} {{appName}}. सर्वाधिकार सुरक्षित।</p>\n            </td>\n          </tr>\n        </table>\n      </td>\n    </tr>\n  </table>\n</body>\n</html>"
    },
    "variables": [
      "appName",
      "otp",
      "expiryMinutes",
      "year"
    ]
  },
  {
    "name": "forgot-password",
    "en": {
      "subject": "{{appName}} - Reset Your Password",
      "body": "<!DOCTYPE html>\n<html>\n<head>\n  <meta charset=\"utf-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>{{subject}}</title>\n</head>\n<body style=\"margin: 0; padding: 0; font-family: Arial, sans-serif; background-color: #f4f4f4;\">\n  <table role=\"presentation\" style=\"width: 100%; border-collapse: collapse;\">\n    <tr>\n      <td style=\"padding: 20px 0; text-align: center; background-color: #f4f4f4;\">\n        <table role=\"presentation\" style=\"width: 600px; max-width: 100%; margin: 0 auto; background-color: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\">\n          <tr>\n            <td style=\"background-color: #00320E; padding: 30px; text-align: center;\">\n              <h1 style=\"color: #ffffff; margin: 0; font-size: 28px;\">{{appName}}</h1>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"padding: 40px 30px; text-align: center;\">\n              <h2 style=\"color: #333333; margin: 0 0 20px 0; font-size: 24px;\">Reset Your Password</h2>\n              <p style=\"color: #666666; font-size: 16px; line-height: 1.6; margin: 0 0 24px 0;\">Hi {{userName}}, we received a request to reset your password. Click the button below to choose a new one:</p>\n              <a href=\"{{resetUrl}}\" style=\"display: inline-block; background-color: #00320E; color: #ffffff; text-decoration: none; padding: 14px 32px; border-radius: 6px; font-size: 16px; font-weight: bold;\">Reset Password</a>\n              <p style=\"color: #999999; font-size: 14px; line-height: 1.6; margin: 24px 0 0 0;\">This link expires in {{expiryMinutes}} minutes and can be used once. If the button does not work, copy this link into your browser:<br>{{resetUrl}}<br><br>If you did not request a password reset, you can safely ignore this email.</p>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"background-color: #f8f9fa; padding: 30px; text-align: center; border-top: 1px solid #e9ecef;\">\n              <p style=\"color: #999999; font-size: 12px; margin: 0;\">&copy; {{year}} {{appName}}. All rights reserved.</p>\n            </td>\n          </tr>\n        </table>\n      </td>\n    </tr>\n  </table>\n</body>\n</html>"
    },
    "hi": {
      "subject": "{{appName}} - अपना पासवर्ड रीसेट करें",
      "body": "<!DOCTYPE html>\n<html>\n<head>\n  <meta charset=\"utf-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>{{subject}}</title>\n</head>\n<body style=\"margin: 0; padding: 0; font-family: Arial, sans-serif; background-color: #f4f4f4;\">\n  <table role=\"presentation\" style=\"width: 100%; border-collapse: collapse;\">\n    <tr>\n      <td style=\"padding: 20px 0; text-align: center; background-color: #f4f4f4;\">\n        <table role=\"presentation\" style=\"width: 600px; max-width: 100%; margin: 0 auto; background-color: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\">\n          <tr>\n            <td style=\"background-color: #00320E; padding: 30px; text-align: center;\">\n              <h1 style=\"color: #ffffff; margin: 0; font-size: 28px;\">{{appName}}</h1>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"padding: 40px 30px; text-align: center;\">\n              <h2 style=\"color: #333333; margin: 0 0 20px 0; font-size: 24px;\">अपना पासवर्ड रीसेट करें</h2>\n              <p style=\"color: #666666; font-size: 16px; line-height: 1.6; margin: 0 0 24px 0;\">नमस्ते {{userName}}, हमें आपका पासवर्ड रीसेट करने का अनुरोध मिला है। नया पासवर्ड चुनने के लिए नीचे दिए गए बटन पर क्लिक करें:</p>\n              <a href=\"{{resetUrl}}\" style=\"display: inline-block; background-color: #00320E; color: #ffffff; text-decoration: none; padding: 14px 32px; border-radius: 6px; font-size: 16px; font-weight: bold;\">पासवर्ड रीसेट करें</a>\n              <p style=\"color: #999999; font-size: 14px; line-height: 1.6; margin: 24px 0 0 0;\">यह लिंक {{expiryMinutes}} मिनट में समाप्त हो जाएगा और केवल एक बार उपयोग किया जा सकता है। यदि बटन काम न करे, तो यह लिंक अपने ब्राउज़र में कॉपी करें:<br>{{resetUrl}}<br><br>यदि आपने पासवर्ड रीसेट का अनुरोध नहीं किया है, तो इस ईमेल को अनदेखा करें।</p>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"background-color: #f8f9fa; padding: 30px; text-align: center; border-top: 1px solid #e9ecef;\">\n              <p style=\"color: #999999; font-size: 12px; margin: 0;\">&copy; {{year}} {{appName}}. सर्वाधिकार सुरक्षित।</p>\n            </td>\n          </tr>\n        </table>\n      </td>\n    </tr>\n  </table>\n</body>\n</html>"
    },
    "variables": [
      "appName",
      "userName",
      "resetUrl",
      "expiryMinutes",
      "year"
    ]
  },
  {
    "name": "invite-broker",
    "en": {
      "subject": "You have been invited to join {{appName}} as a Broker",
      "body": "<!DOCTYPE html>\n<html>\n<head>\n  <meta charset=\"utf-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>{{subject}}</title>\n</head>\n<body style=\"margin: 0; padding: 0; font-family: Arial, sans-serif; background-color: #f4f4f4;\">\n  <table role=\"presentation\" style=\"width: 100%; border-collapse: collapse;\">\n    <tr>\n      <td style=\"padding: 20px 0; text-align: center; background-color: #f4f4f4;\">\n        <table role=\"presentation\" style=\"width: 600px; max-width: 100%; margin: 0 auto; background-color: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\">\n          <tr>\n            <td style=\"background-color: #00320E; padding: 30px; text-align: center;\">\n              <h1 style=\"color: #ffffff; margin: 0; font-size: 28px;\">{{appName}}</h1>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"padding: 40px 30px; text-align: center;\">\n              <h2 style=\"color: #333333; margin: 0 0 20px 0; font-size: 24px;\">You&#39;re Invited!</h2>\n              <p style=\"color: #666666; font-size: 16px; line-height: 1.6; margin: 0 0 24px 0;\">Hi {{userName}}, {{inviterName}} has invited you to join <strong>{{appName}}</strong> as a <strong>Broker</strong>.</p>\n              <a href=\"{{inviteUrl}}\" style=\"display: inline-block; background-color: #00320E; color: #ffffff; text-decoration: none; padding: 14px 32px; border-radius: 6px; font-size: 16px; font-weight: bold;\">Accept Invitation</a>\n              <p style=\"color: #999999; font-size: 14px; line-height: 1.6; margin: 24px 0 0 0;\">This invitation expires in {{expiryHours}} hours. If the button does not work, copy this link into your browser:<br>{{inviteUrl}}</p>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"background-color: #f8f9fa; padding: 30px; text-align: center; border-top: 1px solid #e9ecef;\">\n              <p style=\"color: #999999; font-size: 12px; margin: 0;\">&copy; {{year}} {{appName}}. All rights reserved.</p>\n            </td>\n          </tr>\n        </table>\n      </td>\n    </tr>\n  </table>\n</body>\n</html>"
    },
    "hi": {
      "subject": "{{appName}} में ब्रोकर के रूप में जुड़ने का आमंत्रण",
      "body": "<!DOCTYPE html>\n<html>\n<head>\n  <meta charset=\"utf-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>{{subject}}</title>\n</head>\n<body style=\"margin: 0; padding: 0; font-family: Arial, sans-serif; background-color: #f4f4f4;\">\n  <table role=\"presentation\" style=\"width: 100%; border-collapse: collapse;\">\n    <tr>\n      <td style=\"padding: 20px 0; text-align: center; background-color: #f4f4f4;\">\n        <table role=\"presentation\" style=\"width: 600px; max-width: 100%; margin: 0 auto; background-color: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\">\n          <tr>\n            <td style=\"background-color: #00320E; padding: 30px; text-align: center;\">\n              <h1 style=\"color: #ffffff; margin: 0; font-size: 28px;\">{{appName}}</h1>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"padding: 40px 30px; text-align: center;\">\n              <h2 style=\"color: #333333; margin: 0 0 20px 0; font-size: 24px;\">आपको आमंत्रित किया गया है!</h2>\n              <p style=\"color: #666666; font-size: 16px; line-height: 1.6; margin: 0 0 24px 0;\">नमस्ते {{userName}}, {{inviterName}} ने आपको <strong>{{appName}}</strong> में <strong>ब्रोकर</strong> के रूप में जुड़ने के लिए आमंत्रित किया है।</p>\n              <a href=\"{{inviteUrl}}\" style=\"display: inline-block; background-color: #00320E; color: #ffffff; text-decoration: none; padding: 14px 32px; border-radius: 6px; font-size: 16px; font-weight: bold;\">आमंत्रण स्वीकार करें</a>\n              <p style=\"color: #999999; font-size: 14px; line-height: 1.6; margin: 24px 0 0 0;\">यह आमंत्रण {{expiryHours}} घंटे में समाप्त हो जाएगा। यदि बटन काम न करे, तो यह लिंक अपने ब्राउज़र में कॉपी करें:<br>{{inviteUrl}}</p>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"background-color: #f8f9fa; padding: 30px; text-align: center; border-top: 1px solid #e9ecef;\">\n              <p style=\"color: #999999; font-size: 12px; margin: 0;\">&copy; {{year}} {{appName}}. सर्वाधिकार सुरक्षित।</p>\n            </td>\n          </tr>\n        </table>\n      </td>\n    </tr>\n  </table>\n</body>\n</html>"
    },
    "variables": [
      "appName",
      "userName",
      "inviterName",
      "inviteUrl",
      "expiryHours",
      "year"
    ]
  },
  {
    "name": "invite-staff",
    "en": {
      "subject": "You have been invited to join the {{appName}} team",
      "body": "<!DOCTYPE html>\n<html>\n<head>\n  <meta charset=\"utf-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>{{subject}}</title>\n</head>\n<body style=\"margin: 0; padding: 0; font-family: Arial, sans-serif; background-color: #f4f4f4;\">\n  <table role=\"presentation\" style=\"width: 100%; border-collapse: collapse;\">\n    <tr>\n      <td style=\"padding: 20px 0; text-align: center; background-color: #f4f4f4;\">\n        <table role=\"presentation\" style=\"width: 600px; max-width: 100%; margin: 0 auto; background-color: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\">\n          <tr>\n            <td style=\"background-color: #00320E; padding: 30px; text-align: center;\">\n              <h1 style=\"color: #ffffff; margin: 0; font-size: 28px;\">{{appName}}</h1>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"padding: 40px 30px; text-align: center;\">\n              <h2 style=\"color: #333333; margin: 0 0 20px 0; font-size: 24px;\">Welcome to the Team!</h2>\n              <p style=\"color: #666666; font-size: 16px; line-height: 1.6; margin: 0 0 24px 0;\">Hi {{userName}}, {{inviterName}} has invited you to join <strong>{{appName}}</strong> as <strong>{{roleLabel}}</strong>.</p>\n              {{#if password}}\n              <div style=\"background-color: #f8f9fa; padding: 20px; margin: 0 0 24px 0; border-radius: 8px; border-left: 4px solid #00320E; text-align: left;\">\n                <p style=\"color: #333333; font-size: 15px; margin: 0 0 8px 0;\"><strong>Email:</strong> {{email}}</p>\n                <p style=\"color: #333333; font-size: 15px; margin: 0;\"><strong>Temporary Password:</strong> {{password}}</p>\n              </div>\n              {{/if}}\n              {{#if inviteUrl}}\n              <a href=\"{{inviteUrl}}\" style=\"display: inline-block; background-color: #00320E; color: #ffffff; text-decoration: none; padding: 14px 32px; border-radius: 6px; font-size: 16px; font-weight: bold;\">Accept Invitation</a>\n              <p style=\"color: #999999; font-size: 14px; line-height: 1.6; margin: 24px 0 0 0;\">This invitation expires in {{expiryHours}} hours. If the button does not work, copy this link into your browser:<br>{{inviteUrl}}</p>\n              {{/if}}\n              {{#if password}}\n              <p style=\"color: #999999; font-size: 14px; line-height: 1.6; margin: 24px 0 0 0;\">Please change your password after your first login.</p>\n              {{/if}}\n            </td>\n          </tr>\n          <tr>\n            <td style=\"background-color: #f8f9fa; padding: 30px; text-align: center; border-top: 1px solid #e9ecef;\">\n              <p style=\"color: #999999; font-size: 12px; margin: 0;\">&copy; {{year}} {{appName}}. All rights reserved.</p>\n            </td>\n          </tr>\n        </table>\n      </td>\n    </tr>\n  </table>\n</body>\n</html>"
    },
    "hi": {
      "subject": "{{appName}} टीम में शामिल होने का आमंत्रण",
      "body": "<!DOCTYPE html>\n<html>\n<head>\n  <meta charset=\"utf-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>{{subject}}</title>\n</head>\n<body style=\"margin: 0; padding: 0; font-family: Arial, sans-serif; background-color: #f4f4f4;\">\n  <table role=\"presentation\" style=\"width: 100%; border-collapse: collapse;\">\n    <tr>\n      <td style=\"padding: 20px 0; text-align: center; background-color: #f4f4f4;\">\n        <table role=\"presentation\" style=\"width: 600px; max-width: 100%; margin: 0 auto; background-color: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\">\n          <tr>\n            <td style=\"background-color: #00320E; padding: 30px; text-align: center;\">\n              <h1 style=\"color: #ffffff; margin: 0; font-size: 28px;\">{{appName}}</h1>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"padding: 40px 30px; text-align: center;\">\n              <h2 style=\"color: #333333; margin: 0 0 20px 0; font-size: 24px;\">टीम में आपका स्वागत है!</h2>\n              <p style=\"color: #666666; font-size: 16px; line-height: 1.6; margin: 0 0 24px 0;\">नमस्ते {{userName}}, {{inviterName}} ने आपको <strong>{{appName}}</strong> में <strong>{{roleLabel}}</strong> के रूप में जुड़ने के लिए आमंत्रित किया है।</p>\n              {{#if password}}\n              <div style=\"background-color: #f8f9fa; padding: 20px; margin: 0 0 24px 0; border-radius: 8px; border-left: 4px solid #00320E; text-align: left;\">\n                <p style=\"color: #333333; font-size: 15px; margin: 0 0 8px 0;\"><strong>ईमेल:</strong> {{email}}</p>\n                <p style=\"color: #333333; font-size: 15px; margin: 0;\"><strong>अस्थायी पासवर्ड:</strong> {{password}}</p>\n              </div>\n              {{/if}}\n              {{#if inviteUrl}}\n              <a href=\"{{inviteUrl}}\" style=\"display: inline-block; background-color: #00320E; color: #ffffff; text-decoration: none; padding: 14px 32px; border-radius: 6px; font-size: 16px; font-weight: bold;\">आमंत्रण स्वीकार करें</a>\n              <p style=\"color: #999999; font-size: 14px; line-height: 1.6; margin: 24px 0 0 0;\">यह आमंत्रण {{expiryHours}} घंटे में समाप्त हो जाएगा। यदि बटन काम न करे, तो यह लिंक अपने ब्राउज़र में कॉपी करें:<br>{{inviteUrl}}</p>\n              {{/if}}\n              {{#if password}}\n              <p style=\"color: #999999; font-size: 14px; line-height: 1.6; margin: 24px 0 0 0;\">कृपया पहले लॉगिन के बाद अपना पासवर्ड बदलें।</p>\n              {{/if}}\n            </td>\n          </tr>\n          <tr>\n            <td style=\"background-color: #f8f9fa; padding: 30px; text-align: center; border-top: 1px solid #e9ecef;\">\n              <p style=\"color: #999999; font-size: 12px; margin: 0;\">&copy; {{year}} {{appName}}. सर्वाधिकार सुरक्षित।</p>\n            </td>\n          </tr>\n        </table>\n      </td>\n    </tr>\n  </table>\n</body>\n</html>"
    },
    "variables": [
      "appName",
      "userName",
      "inviterName",
      "inviteUrl",
      "expiryHours",
      "roleLabel",
      "email",
      "password",
      "year"
    ]
  },
  {
    "name": "agent-approved",
    "en": {
      "subject": "Your documents are approved - welcome to {{appName}}",
      "body": "<!DOCTYPE html>\n<html>\n<head>\n  <meta charset=\"utf-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>{{subject}}</title>\n</head>\n<body style=\"margin: 0; padding: 0; font-family: Arial, sans-serif; background-color: #f4f4f4;\">\n  <table role=\"presentation\" style=\"width: 100%; border-collapse: collapse;\">\n    <tr>\n      <td style=\"padding: 20px 0; text-align: center; background-color: #f4f4f4;\">\n        <table role=\"presentation\" style=\"width: 600px; max-width: 100%; margin: 0 auto; background-color: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\">\n          <tr>\n            <td style=\"background-color: #00320E; padding: 30px; text-align: center;\">\n              <h1 style=\"color: #ffffff; margin: 0; font-size: 28px;\">{{appName}}</h1>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"padding: 40px 30px; text-align: center;\">\n              <h2 style=\"color: #333333; margin: 0 0 20px 0; font-size: 24px;\">You&#39;re approved!</h2>\n              <p style=\"color: #666666; font-size: 16px; line-height: 1.6; margin: 0 0 24px 0;\">Hi {{userName}}, your documents have been reviewed and approved. You can now log in and access your dashboard.</p>\n              <a href=\"{{dashboardUrl}}\" style=\"display: inline-block; background-color: #00320E; color: #ffffff; text-decoration: none; padding: 14px 32px; border-radius: 6px; font-size: 16px; font-weight: bold;\">Open Dashboard</a>\n              <p style=\"color: #999999; font-size: 14px; line-height: 1.6; margin: 24px 0 0 0;\">If the button does not work, copy this link into your browser:<br>{{dashboardUrl}}</p>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"background-color: #f8f9fa; padding: 30px; text-align: center; border-top: 1px solid #e9ecef;\">\n              <p style=\"color: #999999; font-size: 12px; margin: 0;\">&copy; {{year}} {{appName}}. All rights reserved.</p>\n            </td>\n          </tr>\n        </table>\n      </td>\n    </tr>\n  </table>\n</body>\n</html>"
    },
    "hi": {
      "subject": "आपके दस्तावेज़ स्वीकृत हो गए - {{appName}} में स्वागत है",
      "body": "<!DOCTYPE html>\n<html>\n<head>\n  <meta charset=\"utf-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>{{subject}}</title>\n</head>\n<body style=\"margin: 0; padding: 0; font-family: Arial, sans-serif; background-color: #f4f4f4;\">\n  <table role=\"presentation\" style=\"width: 100%; border-collapse: collapse;\">\n    <tr>\n      <td style=\"padding: 20px 0; text-align: center; background-color: #f4f4f4;\">\n        <table role=\"presentation\" style=\"width: 600px; max-width: 100%; margin: 0 auto; background-color: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\">\n          <tr>\n            <td style=\"background-color: #00320E; padding: 30px; text-align: center;\">\n              <h1 style=\"color: #ffffff; margin: 0; font-size: 28px;\">{{appName}}</h1>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"padding: 40px 30px; text-align: center;\">\n              <h2 style=\"color: #333333; margin: 0 0 20px 0; font-size: 24px;\">आप स्वीकृत हो गए हैं!</h2>\n              <p style=\"color: #666666; font-size: 16px; line-height: 1.6; margin: 0 0 24px 0;\">नमस्ते {{userName}}, आपके दस्तावेज़ों की समीक्षा हो गई है और उन्हें स्वीकृत कर दिया गया है। अब आप लॉगिन करके अपना डैशबोर्ड देख सकते हैं।</p>\n              <a href=\"{{dashboardUrl}}\" style=\"display: inline-block; background-color: #00320E; color: #ffffff; text-decoration: none; padding: 14px 32px; border-radius: 6px; font-size: 16px; font-weight: bold;\">डैशबोर्ड खोलें</a>\n              <p style=\"color: #999999; font-size: 14px; line-height: 1.6; margin: 24px 0 0 0;\">यदि बटन काम न करे, तो यह लिंक अपने ब्राउज़र में कॉपी करें:<br>{{dashboardUrl}}</p>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"background-color: #f8f9fa; padding: 30px; text-align: center; border-top: 1px solid #e9ecef;\">\n              <p style=\"color: #999999; font-size: 12px; margin: 0;\">&copy; {{year}} {{appName}}. सर्वाधिकार सुरक्षित।</p>\n            </td>\n          </tr>\n        </table>\n      </td>\n    </tr>\n  </table>\n</body>\n</html>"
    },
    "variables": [
      "appName",
      "userName",
      "dashboardUrl",
      "year"
    ]
  },
  {
    "name": "agent-rejected",
    "en": {
      "subject": "Action needed: your documents were not approved",
      "body": "<!DOCTYPE html>\n<html>\n<head>\n  <meta charset=\"utf-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>{{subject}}</title>\n</head>\n<body style=\"margin: 0; padding: 0; font-family: Arial, sans-serif; background-color: #f4f4f4;\">\n  <table role=\"presentation\" style=\"width: 100%; border-collapse: collapse;\">\n    <tr>\n      <td style=\"padding: 20px 0; text-align: center; background-color: #f4f4f4;\">\n        <table role=\"presentation\" style=\"width: 600px; max-width: 100%; margin: 0 auto; background-color: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\">\n          <tr>\n            <td style=\"background-color: #00320E; padding: 30px; text-align: center;\">\n              <h1 style=\"color: #ffffff; margin: 0; font-size: 28px;\">{{appName}}</h1>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"padding: 40px 30px; text-align: center;\">\n              <h2 style=\"color: #333333; margin: 0 0 20px 0; font-size: 24px;\">Documents need changes</h2>\n              <p style=\"color: #666666; font-size: 16px; line-height: 1.6; margin: 0 0 24px 0;\">Hi {{userName}}, we reviewed your documents and could not approve them yet.</p>\n              <div style=\"background-color: #fdf2f2; padding: 20px; margin: 0 0 24px 0; border-radius: 8px; border-left: 4px solid #c0392b; text-align: left;\"><p style=\"color: #333333; font-size: 15px; margin: 0;\"><strong>Reason:</strong> {{rejectReason}}</p></div>\n              <p style=\"color: #666666; font-size: 16px; line-height: 1.6; margin: 0 0 24px 0;\">Please update your documents and details and submit them again.</p>\n              <a href=\"{{resubmitUrl}}\" style=\"display: inline-block; background-color: #00320E; color: #ffffff; text-decoration: none; padding: 14px 32px; border-radius: 6px; font-size: 16px; font-weight: bold;\">Resubmit Documents</a>\n              <p style=\"color: #999999; font-size: 14px; line-height: 1.6; margin: 24px 0 0 0;\">If the button does not work, copy this link into your browser:<br>{{resubmitUrl}}</p>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"background-color: #f8f9fa; padding: 30px; text-align: center; border-top: 1px solid #e9ecef;\">\n              <p style=\"color: #999999; font-size: 12px; margin: 0;\">&copy; {{year}} {{appName}}. All rights reserved.</p>\n            </td>\n          </tr>\n        </table>\n      </td>\n    </tr>\n  </table>\n</body>\n</html>"
    },
    "hi": {
      "subject": "कार्रवाई आवश्यक: आपके दस्तावेज़ स्वीकृत नहीं हुए",
      "body": "<!DOCTYPE html>\n<html>\n<head>\n  <meta charset=\"utf-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>{{subject}}</title>\n</head>\n<body style=\"margin: 0; padding: 0; font-family: Arial, sans-serif; background-color: #f4f4f4;\">\n  <table role=\"presentation\" style=\"width: 100%; border-collapse: collapse;\">\n    <tr>\n      <td style=\"padding: 20px 0; text-align: center; background-color: #f4f4f4;\">\n        <table role=\"presentation\" style=\"width: 600px; max-width: 100%; margin: 0 auto; background-color: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\">\n          <tr>\n            <td style=\"background-color: #00320E; padding: 30px; text-align: center;\">\n              <h1 style=\"color: #ffffff; margin: 0; font-size: 28px;\">{{appName}}</h1>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"padding: 40px 30px; text-align: center;\">\n              <h2 style=\"color: #333333; margin: 0 0 20px 0; font-size: 24px;\">दस्तावेज़ों में बदलाव आवश्यक</h2>\n              <p style=\"color: #666666; font-size: 16px; line-height: 1.6; margin: 0 0 24px 0;\">नमस्ते {{userName}}, हमने आपके दस्तावेज़ों की समीक्षा की और अभी उन्हें स्वीकृत नहीं कर सके।</p>\n              <div style=\"background-color: #fdf2f2; padding: 20px; margin: 0 0 24px 0; border-radius: 8px; border-left: 4px solid #c0392b; text-align: left;\"><p style=\"color: #333333; font-size: 15px; margin: 0;\"><strong>कारण:</strong> {{rejectReason}}</p></div>\n              <p style=\"color: #666666; font-size: 16px; line-height: 1.6; margin: 0 0 24px 0;\">कृपया अपने दस्तावेज़ और विवरण अपडेट करके दोबारा जमा करें।</p>\n              <a href=\"{{resubmitUrl}}\" style=\"display: inline-block; background-color: #00320E; color: #ffffff; text-decoration: none; padding: 14px 32px; border-radius: 6px; font-size: 16px; font-weight: bold;\">दस्तावेज़ दोबारा जमा करें</a>\n              <p style=\"color: #999999; font-size: 14px; line-height: 1.6; margin: 24px 0 0 0;\">यदि बटन काम न करे, तो यह लिंक अपने ब्राउज़र में कॉपी करें:<br>{{resubmitUrl}}</p>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"background-color: #f8f9fa; padding: 30px; text-align: center; border-top: 1px solid #e9ecef;\">\n              <p style=\"color: #999999; font-size: 12px; margin: 0;\">&copy; {{year}} {{appName}}. सर्वाधिकार सुरक्षित।</p>\n            </td>\n          </tr>\n        </table>\n      </td>\n    </tr>\n  </table>\n</body>\n</html>"
    },
    "variables": [
      "appName",
      "userName",
      "rejectReason",
      "resubmitUrl",
      "year"
    ]
  },
  {
    "name": "broadcast",
    "en": {
      "subject": "{{title}}",
      "body": "<!DOCTYPE html>\n<html>\n<head>\n  <meta charset=\"utf-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>{{subject}}</title>\n</head>\n<body style=\"margin: 0; padding: 0; font-family: Arial, sans-serif; background-color: #f4f4f4;\">\n  <table role=\"presentation\" style=\"width: 100%; border-collapse: collapse;\">\n    <tr>\n      <td style=\"padding: 20px 0; text-align: center; background-color: #f4f4f4;\">\n        <table role=\"presentation\" style=\"width: 600px; margin: 0 auto; background-color: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\">\n          <tr>\n            <td style=\"background-color: #00320E; padding: 30px; text-align: center;\">\n              <h1 style=\"color: #ffffff; margin: 0; font-size: 28px;\">📢 {{appName}} Broadcast</h1>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"padding: 40px 30px;\">\n              <p style=\"color: #666666; font-size: 16px; margin: 0 0 20px 0;\">Dear {{userName}},</p>\n              <h2 style=\"color: #333333; margin: 0 0 20px 0; font-size: 24px;\">{{title}}</h2>\n              <div style=\"background-color: #f8f9fa; padding: 20px; margin: 20px 0; border-left: 4px solid #00320E; border-radius: 4px;\">\n                <p style=\"color: #333333; font-size: 16px; line-height: 1.8; margin: 0; white-space: pre-wrap;\">{{message}}</p>\n              </div>\n              <p style=\"color: #666666; font-size: 16px; margin: 30px 0 0 0;\">Best regards,</p>\n              <p style=\"color: #333333; font-size: 16px; font-weight: bold; margin: 5px 0 0 0;\">{{appName}} Team</p>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"background-color: #f8f9fa; padding: 30px; text-align: center; border-top: 1px solid #e9ecef;\">\n              <p style=\"color: #999999; font-size: 12px; margin: 0 0 10px 0;\">© {{year}} {{appName}}. All rights reserved.</p>\n              <p style=\"color: #999999; font-size: 12px; margin: 0;\">This is a broadcast message sent to all users.</p>\n            </td>\n          </tr>\n        </table>\n      </td>\n    </tr>\n  </table>\n</body>\n</html>"
    },
    "hi": {
      "subject": "{{title}}",
      "body": "<!DOCTYPE html>\n<html>\n<head>\n  <meta charset=\"utf-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>{{subject}}</title>\n</head>\n<body style=\"margin: 0; padding: 0; font-family: Arial, sans-serif; background-color: #f4f4f4;\">\n  <table role=\"presentation\" style=\"width: 100%; border-collapse: collapse;\">\n    <tr>\n      <td style=\"padding: 20px 0; text-align: center; background-color: #f4f4f4;\">\n        <table role=\"presentation\" style=\"width: 600px; margin: 0 auto; background-color: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\">\n          <tr>\n            <td style=\"background-color: #00320E; padding: 30px; text-align: center;\">\n              <h1 style=\"color: #ffffff; margin: 0; font-size: 28px;\">📢 {{appName}} प्रसारण</h1>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"padding: 40px 30px;\">\n              <p style=\"color: #666666; font-size: 16px; margin: 0 0 20px 0;\">प्रिय {{userName}},</p>\n              <h2 style=\"color: #333333; margin: 0 0 20px 0; font-size: 24px;\">{{title}}</h2>\n              <div style=\"background-color: #f8f9fa; padding: 20px; margin: 20px 0; border-left: 4px solid #00320E; border-radius: 4px;\">\n                <p style=\"color: #333333; font-size: 16px; line-height: 1.8; margin: 0; white-space: pre-wrap;\">{{message}}</p>\n              </div>\n              <p style=\"color: #666666; font-size: 16px; margin: 30px 0 0 0;\">सादर,</p>\n              <p style=\"color: #333333; font-size: 16px; font-weight: bold; margin: 5px 0 0 0;\">{{appName}} टीम</p>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"background-color: #f8f9fa; padding: 30px; text-align: center; border-top: 1px solid #e9ecef;\">\n              <p style=\"color: #999999; font-size: 12px; margin: 0 0 10px 0;\">© {{year}} {{appName}}. सर्वाधिकार सुरक्षित।</p>\n              <p style=\"color: #999999; font-size: 12px; margin: 0;\">यह संदेश सभी उपयोगकर्ताओं को भेजा गया है।</p>\n            </td>\n          </tr>\n        </table>\n      </td>\n    </tr>\n  </table>\n</body>\n</html>"
    },
    "variables": [
      "appName",
      "userName",
      "title",
      "message",
      "year"
    ]
  },
  {
    "name": "default",
    "en": {
      "subject": "{{title}}",
      "body": "<!DOCTYPE html>\n<html>\n<head>\n  <meta charset=\"utf-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>{{subject}}</title>\n</head>\n<body style=\"margin: 0; padding: 0; font-family: Arial, sans-serif; background-color: #f4f4f4;\">\n  <table role=\"presentation\" style=\"width: 100%; border-collapse: collapse;\">\n    <tr>\n      <td style=\"padding: 20px 0; text-align: center; background-color: #f4f4f4;\">\n        <table role=\"presentation\" style=\"width: 600px; margin: 0 auto; background-color: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\">\n          <tr>\n            <td style=\"background-color: #00320E; padding: 30px; text-align: center;\">\n              <h1 style=\"color: #ffffff; margin: 0; font-size: 28px;\">{{appName}}</h1>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"padding: 40px 30px;\">\n              <h2 style=\"color: #333333; margin: 0 0 20px 0; font-size: 24px;\">{{title}}</h2>\n              <p style=\"color: #666666; font-size: 16px; line-height: 1.6;\">{{message}}</p>\n              {{#if ctaText}}\n              <table role=\"presentation\" style=\"margin: 30px 0;\">\n                <tr>\n                  <td style=\"background-color: #00320E; border-radius: 5px; text-align: center;\">\n                    <a href=\"{{ctaUrl}}\" style=\"display: inline-block; padding: 15px 30px; color: #ffffff; text-decoration: none; font-size: 16px; font-weight: bold;\">{{ctaText}}</a>\n                  </td>\n                </tr>\n              </table>\n              {{/if}}\n            </td>\n          </tr>\n          <tr>\n            <td style=\"background-color: #f8f9fa; padding: 30px; text-align: center; border-top: 1px solid #e9ecef;\">\n              <p style=\"color: #999999; font-size: 12px; margin: 0 0 10px 0;\">© {{year}} {{appName}}. All rights reserved.</p>\n              {{#if footerText}}\n              <p style=\"color: #999999; font-size: 12px; margin: 0;\">{{footerText}}</p>\n              {{/if}}\n            </td>\n          </tr>\n        </table>\n      </td>\n    </tr>\n  </table>\n</body>\n</html>"
    },
    "hi": {
      "subject": "{{title}}",
      "body": "<!DOCTYPE html>\n<html>\n<head>\n  <meta charset=\"utf-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>{{subject}}</title>\n</head>\n<body style=\"margin: 0; padding: 0; font-family: Arial, sans-serif; background-color: #f4f4f4;\">\n  <table role=\"presentation\" style=\"width: 100%; border-collapse: collapse;\">\n    <tr>\n      <td style=\"padding: 20px 0; text-align: center; background-color: #f4f4f4;\">\n        <table role=\"presentation\" style=\"width: 600px; margin: 0 auto; background-color: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\">\n          <tr>\n            <td style=\"background-color: #00320E; padding: 30px; text-align: center;\">\n              <h1 style=\"color: #ffffff; margin: 0; font-size: 28px;\">{{appName}}</h1>\n            </td>\n          </tr>\n          <tr>\n            <td style=\"padding: 40px 30px;\">\n              <h2 style=\"color: #333333; margin: 0 0 20px 0; font-size: 24px;\">{{title}}</h2>\n              <p style=\"color: #666666; font-size: 16px; line-height: 1.6;\">{{message}}</p>\n              {{#if ctaText}}\n              <table role=\"presentation\" style=\"margin: 30px 0;\">\n                <tr>\n                  <td style=\"background-color: #00320E; border-radius: 5px; text-align: center;\">\n                    <a href=\"{{ctaUrl}}\" style=\"display: inline-block; padding: 15px 30px; color: #ffffff; text-decoration: none; font-size: 16px; font-weight: bold;\">{{ctaText}}</a>\n                  </td>\n                </tr>\n              </table>\n              {{/if}}\n            </td>\n          </tr>\n          <tr>\n            <td style=\"background-color: #f8f9fa; padding: 30px; text-align: center; border-top: 1px solid #e9ecef;\">\n              <p style=\"color: #999999; font-size: 12px; margin: 0 0 10px 0;\">© {{year}} {{appName}}. सर्वाधिकार सुरक्षित।</p>\n              {{#if footerText}}\n              <p style=\"color: #999999; font-size: 12px; margin: 0;\">{{footerText}}</p>\n              {{/if}}\n            </td>\n          </tr>\n        </table>\n      </td>\n    </tr>\n  </table>\n</body>\n</html>"
    },
    "variables": [
      "appName",
      "title",
      "message",
      "ctaText",
      "ctaUrl",
      "footerText",
      "year"
    ]
  }
]