<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Application Submitted Successfully</title> </head> <body style="font-family: Arial, sans-serif; background-color: #f4f4f4; margin: 0; padding: 0;"> <div style="max-width: 600px; margin: 0 auto; padding: 20px;"> <div style="background-color: #ffffff; padding: 20px; border-radius: 5px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);"> <p style="font-size: 18px; margin-bottom: 20px;">Important Instructions</p> <p style="font-size: 16px; margin-bottom: 20px;">Dear {{ user.username }},</p> <p style="font-size: 16px; margin-bottom: 20px;">You have successfully Submitted The Application Form. Here are the next steps to process your application:</p> <ol style="font-size: 14px; margin-left: 20px;"> <li>Print and sign the downloaded application form.</li> <li>Send the hard copy of the printed application form along with all the necessary documents as proof for the details mentioned in the filled application form.</li> <li>Include the no objection and vigilance clearance certificate.</li> <li>Send the hard copy of the application form and documents to the Dr Janib Ul Bashir ,Information Technology and Engineering Department, National Institute Of Technology Srinagar</li> </ol> <p style="font-size: 14px; margin-left: 40px;"> <strong>NOTE:</strong> APPLICATION FORM OF ONLY THOSE APPLICANTS WILL BE CONSIDERED WHOSE HARD COPY WILL BE RECEIVED BY THE NODAL OFFICER. </p> <p style="margin-top: 30px;">You can now access and view your downloaded form on our website by clicking the following link:</p> <p><a style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: #ffffff; text-decoration: none; border-radius: 5px;" href="http://{{ domain }}{% url 'final_submit.html' %}">Access Your Downloaded Form</a></p> <p style="font-size: 14px;">If you have any questions or need further assistance, please feel free to contact us.</p> <p style="font-size: 14px;">Best regards,<br>Nodal Office</p> </div> </div> </body> </html>