added new variables for list
This commit is contained in:
parent
ae46220a5c
commit
7b0a3e7c1f
|
@ -57,8 +57,8 @@ td {
|
|||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><p>Name & Designation of Representative of Party</p></th>
|
||||
<td><p>{{ company_rep__desig_name }}</p></td>
|
||||
<td><p>{{ client_rep__desig_name }}</p></td>
|
||||
<td><p>{{ company_rep_desig_name }}</p></td>
|
||||
<td><p>{{ client_rep_desig_name }}</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><p>Registered Address of the Party</p></th>
|
||||
|
@ -78,6 +78,7 @@ td {
|
|||
<li>Maintaining backups and uptime.</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>
|
||||
{{ amc_scope|markdown }}
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -87,6 +88,7 @@ td {
|
|||
<p>This Annual Maintenance Contract (AMC) does not cover:</p>
|
||||
<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>
|
||||
{{ amc_not_scope|markdown }}
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue
Block a user