116 lines
3.9 KiB
HTML
Executable File
116 lines
3.9 KiB
HTML
Executable File
{% load static %}
|
|
|
|
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
{% comment %} <link rel="stylesheet" href="{% static 'css/nda.css' %}" media="all"> {% endcomment %}
|
|
<style type="text/css">
|
|
@page { /* size and margin of resulting PDF pages */
|
|
size: A4;
|
|
margin: 2cm;
|
|
}
|
|
|
|
.e7_5 {
|
|
width:595px;
|
|
height:333px;
|
|
left:0px;
|
|
top:232px;
|
|
|
|
}
|
|
.e1_3 {
|
|
width:77px;
|
|
height:45px;
|
|
position:absolute;
|
|
left:39px;
|
|
top:39px;
|
|
background: url("/static/images/image_2.png");
|
|
background-repeat:no-repeat;
|
|
background-size:cover;
|
|
}
|
|
.e1_4 {
|
|
color:rgba(0, 0, 0, 1);
|
|
width:321px;
|
|
height:32px;
|
|
left:147px;
|
|
top:45px;
|
|
font-family:Algerian;
|
|
text-align:center;
|
|
font-size:21px;
|
|
letter-spacing:0;
|
|
}
|
|
.e1_5 {
|
|
color:rgba(0, 0, 0, 1);
|
|
width:362px;
|
|
height:44px;
|
|
position:absolute;
|
|
left:117px;
|
|
top:128px;
|
|
font-family:Inter;
|
|
text-align:center;
|
|
font-size:14px;
|
|
letter-spacing:0;
|
|
}
|
|
.e5_2 {
|
|
color:rgba(0, 0, 0, 1);
|
|
width:526px;
|
|
height:251px;
|
|
position:absolute;
|
|
left:39px;
|
|
top:182px;
|
|
text-align:left;
|
|
font-size:12px;
|
|
letter-spacing:0;
|
|
}
|
|
.e7_2 {
|
|
color:rgba(0, 0, 0, 1);
|
|
width:497px;
|
|
height:225px;
|
|
position:absolute;
|
|
left:39px;
|
|
top:452px;
|
|
text-align:left;
|
|
font-size:12px;
|
|
letter-spacing:0;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<font face="Courier New, monospace"
|
|
<body>
|
|
|
|
<img src="https://media-exp1.licdn.com/dms/image/C4E0BAQHPP9oE8GhyDw/company-logo_200_200/0/1617632968829?e=2147483647&v=beta&t=zMuetBLXbCOa8_ojmS3DP6VaFqSVbzQUuxGwB5Kq1hc"
|
|
height="100px" />
|
|
{% comment %} <img src="{basepath}/ideamall/static/images/image_1.png" /> {% endcomment %}
|
|
<table>
|
|
<th >
|
|
<span class="e1_4">My Next Film PVT. LTD.</span>
|
|
</th>
|
|
</table>
|
|
<br><h5 align="center"> <font color="red" size="6">
|
|
Non Disclosure Agreement (NDA)</font></align></h5><br><span class="e5_2" ><b>Name</b> {{name}} <b>Project Title:</b> {{projecttitle}}
|
|
<br><br>
|
|
<b>Source Language:</b> {{source_lang}}
|
|
<br><br>
|
|
<b>Target Language:</b> {{target_lang}}
|
|
<br><br>
|
|
<b>Status:</b> {{status}}
|
|
<br><br>
|
|
</span><span class="e7_2">I <b>{{user}}</b> has accepted all the terms and condition of the Auctioneer related to the above mentioned auction.
|
|
<br>
|
|
i insure that i will not disclose any personal and professional details/Data of Auctioneer and willing to work for this and for something simmilar to this in future also.
|
|
<br>
|
|
<br>
|
|
Thankyou
|
|
<br><br>
|
|
<b>
|
|
{{user}}
|
|
<br>
|
|
<br>
|
|
Sign:
|
|
<br><br>
|
|
Date:
|
|
</b></span>
|
|
</font>
|
|
</body>
|
|
</html> |