merge
This commit is contained in:
commit
3ac7ed5e42
|
@ -1,4 +1,7 @@
|
||||||
{% load markup %}
|
{% load markup %}
|
||||||
|
|
||||||
|
{% load random %}
|
||||||
|
|
||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
@ -16,6 +19,11 @@ body {
|
||||||
font-family:Helvetica, Arial, sans-serif;
|
font-family:Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.pageBreak {
|
||||||
|
display:block; page-break-before:always;
|
||||||
|
}
|
||||||
|
|
||||||
#contractTitle p {
|
#contractTitle p {
|
||||||
text-align:center;
|
text-align:center;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
|
@ -57,8 +65,8 @@ td {
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><p>Name & Designation of Representative of Party</p></th>
|
<th scope="row"><p>Name & Designation of Representative of Party</p></th>
|
||||||
<td><p>{{ company_rep__desig_name }}</p></td>
|
<td><p>{{ company_rep_desig_name }}</p></td>
|
||||||
<td><p>{{ client_rep__desig_name }}</p></td>
|
<td><p>{{ client_rep_desig_name }}</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><p>Registered Address of the Party</p></th>
|
<th scope="row"><p>Registered Address of the Party</p></th>
|
||||||
|
@ -78,16 +86,21 @@ td {
|
||||||
<li>Maintaining backups and uptime.</li>
|
<li>Maintaining backups and uptime.</li>
|
||||||
<li>Fixing bugs and ensuring the website works as expected in newer versions of supported browsers.</li>
|
<li>Fixing bugs and ensuring the website works as expected in newer versions of supported browsers.</li>
|
||||||
<li>Maintaining and providing support for the Content Management System (CMS).</li>
|
<li>Maintaining and providing support for the Content Management System (CMS).</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
{{ amc_scope|make_li }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><p>Considerations</p></th>
|
<th scope="row"><p>Considerations</p></th>
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
<p>This Annual Maintenance Contract (AMC) does not cover:</p>
|
<p>This Annual Maintenance Contract (AMC) does not cover:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>New Features, which will be priced according to requirement. This includes design changes, significant content changes, new pages and templates, new scripts, third party software integration, etc.</li>
|
<li>New Features, which will be priced according to requirement. This includes design changes, significant content changes, new pages and templates, new scripts, third party software integration, etc.</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
{{ amc_not_scope|make_li }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user