added random for new list filter
This commit is contained in:
parent
229926ae46
commit
aa9e97450e
|
@ -1,4 +1,7 @@
|
|||
{% load markup %}
|
||||
|
||||
{% load random %}
|
||||
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
|
@ -16,6 +19,11 @@ body {
|
|||
font-family:Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
|
||||
.pageBreak {
|
||||
display:block; page-break-before:always;
|
||||
}
|
||||
|
||||
#contractTitle p {
|
||||
text-align:center;
|
||||
font-weight:bold;
|
||||
|
@ -80,10 +88,11 @@ td {
|
|||
<li>Maintaining and providing support for the Content Management System (CMS).</li>
|
||||
|
||||
</ul>
|
||||
{{ amc_scope|markdown }}
|
||||
{{ amc_scope|make_li }}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row"><p>Considerations</p></th>
|
||||
<td colspan="2">
|
||||
<p>This Annual Maintenance Contract (AMC) does not cover:</p>
|
||||
|
@ -91,7 +100,7 @@ td {
|
|||
<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>
|
||||
{{ amc_not_scope|markdown }}
|
||||
{{ amc_not_scope|make_li }}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue
Block a user