From aa9e97450e5b83d3dd686fcfc8ebc9a9759dbd1e Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 10 Nov 2011 11:13:28 -0500 Subject: [PATCH] added random for new list filter --- printaform/templates/types/amc.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/printaform/templates/types/amc.html b/printaform/templates/types/amc.html index a1e8b0c..d0d3f66 100755 --- a/printaform/templates/types/amc.html +++ b/printaform/templates/types/amc.html @@ -1,4 +1,7 @@ {% load markup %} + +{% load random %} + @@ -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 {
  • Maintaining and providing support for the Content Management System (CMS).
  • - {{ amc_scope|markdown }} + {{ amc_scope|make_li }} - + +

    Considerations

    This Annual Maintenance Contract (AMC) does not cover:

    @@ -91,7 +100,7 @@ td {
  • 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.
  • - {{ amc_not_scope|markdown }} + {{ amc_not_scope|make_li }}