· 6 years ago · Jul 25, 2019, 08:24 AM
1<body class="agreement_text_standard">
2 <!-- CoverPage -->
3 <div class="logo">
4 <apex:outputPanel rendered="{!NOT(ISBLANK(quoteDetail.Property__r.Company_Logo__c))}">
5 <apex:image id="Logo" value="{!quoteDetail.Property__r.Company_Logo__c}" height="70px"/>
6 </apex:outputPanel>
7 </div>
8 <div id="CoverPage" class="header agreement_text_standard">
9 <p class="cover">
10 <b>
11 <apex:outputText value="{!quoteDetail.Property__r.Company_Name__c}"/>
12 </b> <br/>
13 and<br/>
14 <b>
15 <apex:outputText value="{!quoteDetail.SBQQ__Account__r.Registered_Name__c}"/>
16 </b>
17 </p>
18 <p class="cover">
19 Licence Agreement for <br/> Virtual <br/> at <br/>
20 <b>
21 <apex:outputText value="{!quoteDetail.Property__r.Name}"/>
22 </b>
23 </p>
24 </div>
25 <table class="front-table">
26 <tbody>
27 <tr>
28 <td class="front-col1">Property:</td>
29 <td class="front-col2">
30 <apex:outputText value="{!quoteDetail.Property__r.Name}"/>
31 </td>
32 </tr>
33 <apex:outputPanel layout="none" rendered="true">
34 <tr>
35 <td class="front-col1">Licence Fee:</td>
36 <apex:outputPanel layout="none"
37 rendered="{!CONTAINS(keyString, ' BVLF,')|| CONTAINS(keyString, ' BVLM,')}">
38 <td class="front-col2">
39 <apex:outputText value=" £{0,number,##,###,##0.00}">
40 <apex:param value="{!headlineProductLine.New_Monthly_Average_per_Space__c}"/>
41 </apex:outputText>
42 pcm plus VAT
43 </td>
44 </apex:outputPanel>
45 </tr>
46 </apex:outputPanel>
47 <tr>
48 <td class="front-col1">Included Bolt-On Services:</td>
49 <td class="front-col2">
50 <apex:outputPanel rendered="{!CONTAINS(keyString, ' BVRA,')}">
51 <p>Registered Address Bolt-On - £{!qliTypeMap['BVRA'][0].SBQQ__ListPrice__c} plus VAT </p>
52 </apex:outputPanel>
53 <apex:outputPanel rendered="{!CONTAINS(keyString, ' BVCN,')}">
54 <p>Company Name on Sign Board Bolt-On - £{!qliTypeMap['BVCN'][0].SBQQ__ListPrice__c} plus VAT </p>
55 </apex:outputPanel>
56 <apex:outputPanel rendered="{!CONTAINS(keyString, ' BVCH,')}">
57 <p>Call Handling Bolt-On - £{!qliTypeMap['BVCH'][0].SBQQ__ListPrice__c} plus VAT</p>
58 </apex:outputPanel>
59 <apex:outputPanel rendered="{!CONTAINS(keyString, ' BVCF,')}">
60 <p>Call Forwarding Board Bolt-On - £{!qliTypeMap['BVCF'][0].SBQQ__ListPrice__c} plus VAT</p>
61 </apex:outputPanel>
62 </td>
63 </tr>
64
65 <apex:outputPanel layout="none" rendered="{!CONTAINS(keyString, ' BSDP,')}">
66 <tr>
67 <td class="front-col1">Deposit:</td>
68 <td class="front-col2">
69 <apex:outputText value="{0, number, £###,##0.00}">
70 <apex:param value="{!qliTypeMap['BSDP'][0].Net_Total__c}"/>
71 </apex:outputText>
72 <apex:outputPanel layout="none"
73 rendered="{!NOT(ISBLANK(qliTypeMap['BSDP'][0].Deposit_Already_Held__c)) && qliTypeMap['BSDP'][0].Deposit_Already_Held__c > 0}">
74 (
75 <apex:outputText value="{0, number, £###,##0.00}">
76 <apex:param value="{!qliTypeMap['BSDP'][0].Deposit_Already_Held__c}"/>
77 </apex:outputText>
78 Already Held )
79 </apex:outputPanel>
80 </td>
81 </tr>
82 </apex:outputPanel>
83 <apex:outputPanel layout="none" rendered="{!CONTAINS(keyString, ' BVLF,') || CONTAINS(keyString, ' BVLM,')}">
84 <tr>
85 <td class="front-col1">Commencement Date:</td>
86 <td class="front-col2">
87 <apex:outputText value="{0,date, dd'/'MM'/'yyyy}">
88 <apex:param value="{!headlineProductLine.Start_date__c}"/>
89 </apex:outputText>
90 </td>
91 </tr>
92 <tr>
93 <td class="front-col1">Licence Earliest End Date:</td>
94 <td class="front-col2">
95 <apex:outputText value="{0,date, dd'/'MM'/'yyyy}">
96 <apex:param value="{!headlineProductLine.End_date__c}"/>
97 </apex:outputText>
98 </td>
99 </tr>
100 </apex:outputPanel>
101 <apex:outputPanel layout="none" rendered="{!CONTAINS(keyString, ' BSCB,')}">
102 <tr>
103 <td class="front-col1">Termination:</td>
104 <td class="front-col2">This licence may be terminated
105 after {!ROUND(qliTypeMap['BSCB'][0].Required_Months_before_Notice__c, 0)}
106 months subject to at least {!qliTypeMap['BSCB'][0].Minimum_Notice__c}
107 month's prior written notice such that the licence shall always end on the last day of a calendar
108 month.
109 </td>
110 </tr>
111 </apex:outputPanel>
112 <tr>
113 <td class="front-col1">Confidentiality:</td>
114 <td class="front-col2">The Terms of this Licence Agreement are confidential
115 between the Supplier and Customer only.
116 </td>
117 </tr>
118 </tbody>
119 </table>
120
121 <DIV style="page-break-after:always"></DIV>
122 <!--SECTION 1-->
123 <apex:variable var="sectionNum" value="{!1}"/>
124 <apex:outputPanel>
125 <div>
126 <p>THIS LICENCE is made on the
127 <apex:outputText value=" {0,date, d}{1} {0,date, MMMM' 'yyyy}">
128 <apex:param value="{!today()}"/>
129 <apex:param
130 value="{!IF(AND(DAY(TODAY()) > 10, DAY(TODAY()) < 14),"th", CASE(MOD(DAY(TODAY()),10),1,"st",2,"nd",3,"rd","th"))}"/>
131 </apex:outputText>
132 BETWEEN (1)
133 {!quoteDetail.Property__r.Company_Name__c} whose registered office is situated at
134 {!quoteDetail.Property__r.Company_Address__c} ("the Supplier") and (2)
135 {!quoteDetail.SBQQ__Account__r.Registered_Name__c}
136 whose registered office/home address is situated at {!quoteDetail.SBQQ__Account__r.ShippingStreet},
137 {!quoteDetail.SBQQ__Account__r.ShippingCity},
138 {!quoteDetail.SBQQ__Account__r.ShippingPostalCode}
139 and whose registered number is {!quoteDetail.SBQQ__Account__r.Company_Registration_Number__c} (“the
140 Customer”).
141 </p>
142 </div>
143 <apex:outputPanel rendered="{!CONTAINS(keyString, ' BVLF,') || CONTAINS(keyString, ' BVLM,')}">
144 <div class="num">
145 <apex:variable var="sectionNum" value="{!1}"/>
146 {!sectionNum}
147 <apex:variable var="parNum" value="{!1}"/>
148 </div>
149 <div class="text">
150 <p> IN this licence</p>
151 </div>
152 <div class="secondLevel">
153 <div class="num"> {!sectionNum}.{!parNum}
154 <apex:variable var="parNum" value="{!parNum+1}"/>
155 </div>
156 <div class="text">
157 <p>The "Facilities and Services” are those listed in Schedule 1 and “Additional Services”
158 are those listed in Schedule 2.</p>
159 </div>
160 <div class="num"> {!sectionNum}.{!parNum}
161 <apex:variable var="parNum" value="{!parNum+1}"/>
162 </div>
163 <div class="text">
164 <p>any obligation to pay money refers to a sum exclusive of Value Added Tax (“VAT”) and any VAT
165 charged on it is payable in addition</p>
166 </div>
167 <div class="num"> {!sectionNum}.{!parNum}
168 <apex:variable var="parNum" value="{!parNum+1}"/>
169 </div>
170 <div class="text">
171 <p>the “Commencement Date” is
172 <apex:outputText value="{0,date, dd'/'MM'/'yyyy}">
173 <apex:param value="{!headlineProductLine.Start_date__c}"/>
174 </apex:outputText>
175 or, if earlier, the date
176 the Customer first exercises the use
177 of the Facilities and Services and/or (if any) the Additional Services
178 </p>
179 </div>
180 <div class="num"> {!sectionNum}.{!parNum}
181 <apex:variable var="parNum" value="{!parNum+1}"/>
182 </div>
183 <div class="text">
184 <p>the "Rights" shall mean (collectively) access to and use of the Facilities and Services and use
185 of
186 the Additional Services (if any). The Supplier will be obligated to provide the Facilities and
187 Services and (if any) the Additional Services pursuant to the terms of this Licence.</p>
188 </div>
189 <div class="num"> {!sectionNum}.{!parNum}
190 <apex:variable var="parNum" value="{!parNum+1}"/>
191 </div>
192 <div class="text">
193 <p>the “Licence Earliest End Date” is
194 <apex:outputText value="{0,date, dd'/'MM'/'yyyy}">
195 <apex:param value="{!headlineProductLine.End_date__c}"/>
196 </apex:outputText>
197 subject to the Licence being terminated in accordance
198 with the provisions herein contained.
199 </p>
200 </div>
201 </div>
202 </apex:outputPanel>
203 </apex:outputPanel>
204 <!--SECTION 2-->
205 <apex:outputPanel>
206 <div>
207 <div class="num">
208 <apex:variable var="sectionNum" value="{!sectionNum+1}"/>{!sectionNum}</div>
209 <div class="text">
210 <p>IN exchange for the obligations agreed by the Customer, the Supplier agrees to provide the Facilities
211 and Services and (if any) the Additional Services and the Supplier agrees that the Customer may
212 exercise
213 the Rights from the Commencement Date until termination pursuant to this Licence.
214 </p>
215 </div>
216 </div>
217 </apex:outputPanel>
218 <!--SECTION 3-->
219 <apex:outputPanel>
220 <div>
221 <div class="num">
222 <apex:variable var="sectionNum" value="{!sectionNum+1}"/>
223 {!sectionNum}
224 <apex:variable var="parNum" value="{!1}"/>
225 </div>
226 <div class="text">THE parties agree:-</div>
227 <div class="secondLevel">
228 <div class="num"> {!sectionNum}.{!parNum}
229 <apex:variable var="parNum" value="{!parNum+1}"/>
230 </div>
231 <div class="text">
232 <p>this Licence is granted to give the Customer the benefit of the Rights.</p>
233 </div>
234 <div class="num"> {!sectionNum}.{!parNum}
235 <apex:variable var="parNum" value="{!parNum+1}"/>
236 </div>
237 <div class="text">
238 <p>this Licence is personal to the Customer and cannot be transferred.</p>
239 </div>
240 <div class="num"> {!sectionNum}.{!parNum}
241 <apex:variable var="parNum" value="{!parNum+1}"/>
242 </div>
243 <div class="text">
244 <p>the Customer is not entitled to permit anyone other than those employed by or having business
245 with the Customer to exercise or enjoy the Rights.</p>
246 </div>
247 <div class="num"> {!sectionNum}.{!parNum}
248 <apex:variable var="parNum" value="{!parNum+1}"/>
249 </div>
250 <div class="text">
251 <p>that this Licence does not create any form of tenancy and that no relationship of landlord and
252 tenant exists or is intended to exist under the terms of this Licence between the Supplier and
253 the Customer.</p>
254 </div>
255 <div class="num"> {!sectionNum}.{!parNum}
256 <apex:variable var="parNum" value="{!parNum+1}"/>
257 </div>
258 <div class="text">
259 <p>if through circumstances beyond the control of the Supplier it becomes impracticable to fulfil
260 the purposes of this Licence, the Licence may be terminated by the Supplier serving no less than
261 four weeks written notice on the Customer. In these circumstances, the Supplier shall refund to
262 the Customer the proportion of the Licence Fee paid by the Customer to the Supplier relating to
263 the period after termination of this Licence. The Supplier has no liability to pay compensation
264 to
265 the Customer for any resulting loss.</p>
266 </div>
267 <div class="num"> {!sectionNum}.{!parNum}
268 <apex:variable var="parNum" value="{!parNum+1}"/>
269 </div>
270 <div class="text">
271 <p>this Licence does not give the Customer exclusive possession of any part of the Building.</p>
272 </div>
273 <div class="num"> {!sectionNum}.{!parNum}
274 <apex:variable var="parNum" value="{!parNum+1}"/>
275 </div>
276 <div class="text">
277 <p>the Supplier is entitled to enter the Building or any part thereof at any time for any reasonable
278 purpose.</p>
279 </div>
280
281 <div class="thirdLevel">
282 <div class="num"> {!sectionNum}.{!parNum}</div>
283 <div class="text"><br/></div>
284 <apex:variable var="parNum2" value="{!1}"/>
285 <div class="num"> {!sectionNum}.{!parNum}.{!parNum2}
286 <apex:variable var="parNum2" value="{!parNum2+1}"/>
287 </div>
288 <div class="text">
289 <p>any demand or notice required to be given or made or served on the Customer shall be duly
290 and validly made given or served if sent by prepaid registered or recorded delivery mail to
291 the registered office or last known address of the Customer.</p>
292 </div>
293 <div class="num"> {!sectionNum}.{!parNum}.{!parNum2}
294 <apex:variable var="parNum2" value="{!parNum2+1}"/>
295 </div>
296 <div class="text">
297 <p>any demand or notice shall be conclusively treated as having been made given or served,
298 if by mail on the second working day after the day of posting of it.</p>
299 </div>
300 <apex:variable var="parNum" value="{!parNum+1}"/>
301 </div>
302 <div class="num"> {!sectionNum}.{!parNum}
303 <apex:variable var="parNum" value="{!parNum+1}"/>
304 </div>
305 <div class="text">
306 <p>if and to the extent that any Value Added Tax shall be incurred or payable consequent on the
307 grant of this Licence or any provisions contained herein or any taxable supply made hereunder
308 the Customer shall on demand pay and indemnify the Supplier against the same save to the extent
309 that the Supplier shall be able to recover the same as allowable input tax.</p>
310 </div>
311 <div class="num"> {!sectionNum}.{!parNum}
312 <apex:variable var="parNum" value="{!parNum+1}"/>
313 </div>
314 <div class="text">
315 <p>the Contracts (Rights of Third Parties) Act 1999 shall not apply to the provisions of this
316 Licence
317 and no person who is not a party to this Licence shall be entitled to enforce any of its terms
318 pursuant
319 to such Act but this shall not affect any rights which may be available apart from that Act.</p>
320 </div>
321 <div class="num"> {!sectionNum}.{!parNum}
322 <apex:variable var="parNum" value="{!parNum+1}"/>
323 </div>
324 <div class="text">
325 <p>the Supplier is not to be liable for the death of or injury to the Customer or its employees
326 or for damage to any property of theirs or for any losses, claims, demands, actions,
327 proceedings,
328 damages, costs or expenses or other liability incurred by them in the exercise or purported
329 exercise of the Rights.</p>
330 </div>
331
332 </div>
333 </div>
334 </apex:outputPanel>
335 <!--SECTION 4-->
336 <apex:outputPanel>
337 <div>
338 <div class="num">
339 <apex:variable var="sectionNum" value="{!sectionNum+1}"/>
340 {!sectionNum}
341 <apex:variable var="parNum" value="{!1}"/>
342 </div>
343 <div class="text">THE Customer agrees with the Supplier:-</div>
344 <div class="secondLevel">
345 <apex:outputPanel rendered="{!CONTAINS(keyString, ' BSDP,')}">
346 <div class="num"> {!sectionNum}.{!parNum}
347 <apex:variable var="parNum" value="{!parNum+1}"/>
348 </div>
349 <div class="text">
350 <p>to pay the Supplier a deposit of
351 <apex:outputText value="{0, number, £###,##0.00}">
352 <apex:param value="{!qliTypeMap['BSDP'][0].Net_Total__c}"/>
353 </apex:outputText>
354 upon the signing of this Licence ('Deposit').
355 The Supplier can use the Deposit to set off any sums due or payable by the Customer under
356 this Licence including but not limited to reimburse the Supplier for any breach by the
357 Customer
358 of any of the terms of this Licence.
359 </p>
360 </div>
361 </apex:outputPanel>
362 <apex:outputPanel rendered="{!CONTAINS(keyString, ' BVLF,')}">
363 <div class="num"> {!sectionNum}.{!parNum}
364 <apex:variable var="parNum" value="{!parNum+1}"/>
365 </div>
366 <div class="text">
367 <p>during the continuance of this Licence to pay monthly in advance to the Supplier the Licence
368 Fee which, as at the date of this Licence, is £<apex:outputText value="{0,number,##,###,##0.00}">
369 <apex:param value="{!headlineProductLine.New_Monthly_Average_per_Space__c}"/>
370 </apex:outputText>
371 pcm, plus VAT. The first payment
372 (pro-rated) is to be made upon signing this Licence and subsequent payments are to be made
373 upon the [25th] day of each month.</p>
374 </div>
375 <div class="num"> {!sectionNum}.{!parNum}
376 <apex:variable var="parNum" value="{!parNum+1}"/>
377 </div>
378 <div class="text">
379 <p>during the continuance of this Licence to pay monthly in advance to the Supplier the
380 Supplier's service bill for delivery of the Additional Services ('the Additional Services
381 Fee') which, as at the date of this Licence, is
382 £{!headlineProductLine.Additional_Services_Total__c/headlineProductLine.Term__c}
383 pcm plus VAT. The first payment
384 (pro-rated) is to be made upon signing this Licence and subsequent payments are to be made
385 upon the [25th] day of each month.</p>
386 </div>
387 </apex:outputPanel>
388 <div class="num"> {!sectionNum}.{!parNum}
389 <apex:variable var="parNum" value="{!parNum+1}"/>
390 </div>
391 <div class="text">
392 <p>to pay the Licence Fee by monthly Direct Debit. A £50.00 pcm plus VAT administration fee
393 will be applied to methods of payment other than Direct Debit.</p>
394 </div>
395 <div class="num"> {!sectionNum}.{!parNum}
396 <apex:variable var="parNum" value="{!parNum+1}"/>
397 </div>
398 <div class="text">
399 <p>To pay the Additional Services Fee by monthly Direct Debit. A £50.00 pcm plus VAT administration
400 fee will be applied to methods of payment other than Direct Debit.</p>
401 </div>
402 <div class="num"> {!sectionNum}.{!parNum}
403 <apex:variable var="parNum" value="{!parNum+1}"/>
404 </div>
405 <div class="text">
406 <p>that the Supplier may at any time but subject to not less than two (2) month's prior written
407 notice ('the Increase Notice') to the Customer, increase the Licence Fee and/or the Additional
408 Services Fee to such sum(s) as the Supplier in its absolute discretion determines.</p>
409 </div>
410 <div class="num"> {!sectionNum}.{!parNum}
411 <apex:variable var="parNum" value="{!parNum+1}"/>
412 </div>
413 <div class="text">
414 <p>to pay interest on any sums due under this Licence paid more than seven days after the sum first
415 fell due. Interest shall be payable at four percent above the published base rate of Royal Bank
416 of Scotland Plc ('the Interest Rate') compounded on each quarter day and paid both before and
417 after judgement or arbitration award.</p>
418 </div>
419 <div class="num"> {!sectionNum}.{!parNum}
420 <apex:variable var="parNum" value="{!parNum+1}"/>
421 </div>
422 <div class="text">
423 <p>to keep all contents of this Licence Agreement confidential, between the Supplier and Customer
424 only. that upon the Customer's breach of confidentiality, the Supplier may terminate
425 the Licence with immediate effect.</p>
426 </div>
427 <div class="num"> {!sectionNum}.{!parNum}
428 <apex:variable var="parNum" value="{!parNum+1}"/>
429 </div>
430 <div class="text">
431 <p>to provide two forms of ID to the Supplier. This must include valid Photo Identification
432 (Passport
433 or Full Driving Licence) and Proof of Address (for example, a bank statement or utility
434 bill).</p>
435 </div>
436 <div class="num"> {!sectionNum}.{!parNum}
437 <apex:variable var="parNum" value="{!parNum+1}"/>
438 </div>
439 <div class="text">
440 <p>to observe and abide by any regulations which the Supplier may make from time to time as to
441 the exercise of the Rights.</p>
442 </div>
443 <div class="num"> {!sectionNum}.{!parNum}
444 <apex:variable var="parNum" value="{!parNum+1}"/>
445 </div>
446 <div class="text">
447 <p>to forthwith, and to the Supplier's reasonable satisfaction, make good any damage caused in the
448 exercise of the Rights.</p>
449 </div>
450 <div class="num"> {!sectionNum}.{!parNum}
451 <apex:variable var="parNum" value="{!parNum+1}"/>
452 </div>
453 <div class="text">
454 <p>In the exercise of the Rights not to cause any interference or disruption or legal nuisance
455 to any other user, tenant or occupier of the Building.</p>
456 </div>
457 <div class="num"> {!sectionNum}.{!parNum}
458 </div>
459 <div class="text">
460 <p>to indemnify the Supplier against all losses damages costs expenses claims and liability
461 howsoever
462 arising (whether directly indirectly) from:-</p>
463 </div>
464 <div class="thirdLevel">
465 <apex:variable var="parNum2" value="{!1}"/>
466 <div class="num"> {!sectionNum}.{!parNum}.{!parNum2}
467 <apex:variable var="parNum2" value="{!parNum2+1}"/>
468 </div>
469 <div class="text">
470 <p>any breach by the Customer of the terms of this Licence.</p>
471 </div>
472 <div class="num"> {!sectionNum}.{!parNum}.{!parNum2}
473 <apex:variable var="parNum2" value="{!parNum2+1}"/>
474 </div>
475 <div class="text">
476 <p>the grant or exercise of the Rights under this Licence.</p>
477 </div>
478 <apex:variable var="parNum" value="{!parNum+1}"/>
479 </div>
480 <div class="num"> {!sectionNum}.{!parNum}
481 <apex:variable var="parNum" value="{!parNum+1}"/>
482 </div>
483 <div class="text">
484 <p>that any personal effects or other belongings of the Customer used directly or indirectly in
485 respect of the Rights are at all times kept at the risk of the Customer.</p>
486 </div>
487 <div class="num"> {!sectionNum}.{!parNum}
488 <apex:variable var="parNum" value="{!parNum+1}"/>
489 </div>
490 <div class="text">
491 <p>not to exercise the Rights for activities which are dangerous offensive noxious noisome illegal
492 or immoral orwhich are or may become a nuisance or annoyance to the Supplier and/or other
493 licensees
494 and/or occupiers of the Building or which could, in the Supplier’s opinion, be in any way
495 undesirable
496 to the use and enjoyment of the Building.</p>
497 </div>
498 </div>
499 </div>
500 </apex:outputPanel>
501 <!--SECTION 5-->
502 <apex:outputPanel>
503 <div>
504 <div class="num">
505 <apex:variable var="sectionNum" value="{!sectionNum+1}"/>
506 {!sectionNum}
507 <apex:variable var="parNum" value="{!1}"/>
508 </div>
509 <div class="text">The Supplier Agrees with the Customer:-</div>
510 <div class="num"> {!sectionNum}.{!parNum}
511 <apex:variable var="parNum" value="{!parNum+1}"/>
512 </div>
513 <div class="text">
514 <p>to provide the Facilities and Services and (if any) the Additional Services unless prevented by
515 industrial disputes, shortage of supplies, inclement weather or such other causes beyond the
516 control of the Supplier, but that the Supplier will not be obliged to provide the Facilities
517 and Services and Additional Services where the Customer is in breach of the terms of the
518 Licence.</p>
519 </div>
520 <div class="num"> {!sectionNum}.{!parNum}
521 <apex:variable var="parNum" value="{!parNum+1}"/>
522 </div>
523 <div class="text">
524 <p> that in the event of non-payment of any sums due under this Licence, the Supplier may suspend
525 the Facilities and Services and/or the Additional Services (or any part thereof) until the
526 Customer has paid all sums due. In the event that the Supplier suspends all or part of the
527 Facilities and Services and/or the Additional Services, the Customer remains liable for all
528 monies due in respect of this Licence to the Licence Earliest End Date.</p>
529 </div>
530 <div class="num"> {!sectionNum}.{!parNum}
531 <apex:variable var="parNum" value="{!parNum+1}"/>
532 </div>
533 <div class="text">
534 <p>when the Licence comes to an end (howsoever determined), the Supplier will repay the balance of
535 the Deposit to the Customer after deducting all sums due to the Supplier in respect of sums
536 payable under this Licence and/or the cost of making good, or compensating the Supplier for,
537 any default of the Customer due to the breach of any of the terms of this Licence.</p>
538 </div>
539 <div class="num"> {!sectionNum}.{!parNum}
540 <apex:variable var="parNum" value="{!parNum+1}"/>
541 </div>
542 <div class="text">
543 <p>If at any time the Deposit falls below the amount as set out at clause 4.1 of this Licence for
544 any reason then the Supplier may on notice require the Customer to pay on demand the shortfall
545 plus interest at the Interest Rate from the date (7 days after the date) that the Deposit fell
546 below the amount set out at clause 4.1 of this Licence until the date that the shortfall is
547 credited so that the Deposit is the sum as set out at clause 4.1 of this Licence.</p>
548 </div>
549
550 <p><br/> Termination <br/></p>
551
552 <div class="num"> {!sectionNum}.{!parNum}
553 </div>
554 <div class="text">
555 <p>This Licence may be determined with immediate effect by the Supplier serving written notice to
556 that effect on the Customer if the Customer shall:</p>
557 </div>
558 <div class="thirdLevel">
559 <apex:variable var="parNum2" value="{!1}"/>
560 <div class="num"> {!sectionNum}.{!parNum}.{!parNum2}
561 <apex:variable var="parNum2" value="{!parNum2+1}"/>
562 </div>
563 <div class="text">
564 <p>become bankrupt or enter into liquidation or receivership; or</p>
565 </div>
566 <div class="num"> {!sectionNum}.{!parNum}.{!parNum2}
567 <apex:variable var="parNum2" value="{!parNum2+1}"/>
568 </div>
569 <div class="text">
570 <p>refute or fail to pay any sum due to the Supplier seven days after the same has fallen due
571 (whether a formal demand for the same shall have been made or not); or</p>
572 </div>
573 <apex:variable var="parNum" value="{!parNum+1}"/>
574 </div>
575 <apex:outputPanel rendered="{!CONTAINS(keyString, ' BSCB,')}">
576 <div class="num"> {!sectionNum}.{!parNum}
577 <apex:variable var="parNum" value="{!parNum+1}"/>
578 </div>
579 <div class="text">
580 <p>The Customer agrees with the Supplier that from and including the date
581 {!qliTypeMap['BSCB'][0].Minimum_Notice__c} month
582 before the Licence Earliest End Date, either of the Customer or the Supplier may give the
583 other at least {!qliTypeMap['BSCB'][0].Minimum_Notice__c} month’s prior written notice to
584 terminate this Licence, such notice
585 to expire on the last calendar day of a month (provided always than not less than one month's
586 written notice is given).
587 </p>
588 </div>
589 </apex:outputPanel>
590 </div>
591 </apex:outputPanel>
592
593 <DIV style="page-break-after:always"></DIV>
594 <!--SECTION 6-->
595 <div class="signature">
596 <p class="contactDescription"><span class="contactType">Billing Contact</span> <span
597 class="contactHelpText">(This is the person we should contact to discuss billing queries with)</span>
598 </p>
599 <table cellpadding="0" cellspacing="0">
600 <tr>
601 <td>First Name</td>
602 <td>Last Name</td>
603 <td>Email</td>
604 </tr>
605 <tr>
606 <td class="hide">/FirstName5/</td>
607 <td class="hide">/LastName5/</td>
608 <td class="hide">/Email5/</td>
609 </tr>
610 <tr>
611 <td>Telephone Number</td>
612 <td>Mobile Number</td>
613 <td>Preferred Communication Channel</td>
614 </tr>
615 <tr>
616 <td class="hide">/TNumber5/</td>
617 <td class="hide">/MNumber5/</td>
618 <td class="hide">/Channel5/</td>
619 </tr>
620 </table>
621 </div>
622 <DIV style="page-break-after:always"></DIV>
623
624 <!--SIGNATURE PAGE-->
625 <apex:outputPanel rendered="{!$CurrentPage.parameters.sendFor == SIGNATURE || $CurrentPage.parameters.sendFor == PREVIEW}">
626 <div class="text">
627 <b>
628 <p>The persons signing this Licence on behalf of the Supplier and the Customer hereby warrant that they
629 each have authority to enter into this
630 Licence and accept responsibility accordingly. </p>
631
632 <p style="padding-top: 100px;">AS WITNESS the hand of the duly authorised officer for and on behalf of
633 each of the Licensor and the Licensee the day and year first above
634 written </p>
635
636 <p style="padding-top: 100px;">SIGNED by <span class="hide">/LA1-Name/</span><span class="hide">/LA1-Signature/</span>
637 </p>
638 <p style="padding-top: 30px;">for and on behalf
639 of {!quoteDetail.SBQQ__Account__r.Registered_Name__c} </p>
640 <p style="padding-top: 100px;">Company Number <span class="hide">/CompanyNumber/</span></p>
641
642 <p style="padding-top: 100px;">SIGNED by <span>{!quoteDetail.BW_Signature__r.Name}</span><span
643 class="hide">/LA2-Signature/</span></p>
644 <p style="padding-top: 30px;">for and on behalf of {!quoteDetail.Property__r.Company_Name__c} </p>
645 </b>
646
647 </div>
648 </apex:outputPanel>
649
650 <DIV style="page-break-after:always"></DIV>
651
652 <!--SERVICES PAGE-->
653 <apex:outputPanel>
654 <table width="100%">
655 <tr>
656 <td align="center" width="100%">
657 <p><b>SCHEDULE 1<br/>
658 Facilities and Services</b></p>
659 </td>
660 </tr>
661 </table>
662 <table width="100%" border="1" cellpadding="5" cellspacing="5" style="margin:20px 0;">
663 <tr>
664 <td valign="top" colspan="4">
665 Mailing Address for Receipt of Mail; Receiving & Handling of incoming mail
666 <apex:outputText rendered="{!CONTAINS(keyString, ' BVRA,')}" value="; Registered Address"/>
667 <apex:outputText rendered="{!CONTAINS(keyString, ' BVCN,')}" value="; Company Name on Sign Board"/>
668 <apex:outputText rendered="{!CONTAINS(keyString, ' BVCH,')}"
669 value="; Personalised Telephone Answering Service"/>
670 <apex:outputText rendered="{!CONTAINS(keyString, ' BVCF,')}" value="; Dedicated Telephone Number"/>
671 <apex:outputText rendered="{!headlineProductLine.SBQQ__ProductCode__c = 'BVLF'}"
672 value="; Personalised Telephone Answering Service; Dedicated Telephone Number"/>
673 </td>
674 </tr>
675 </table>
676 <table width="100%">
677 <tr>
678 <td align="center" width="100%">
679 <p><b>SCHEDULE 2<br/>
680 AdditionalServices</b></p>
681 </td>
682 </tr>
683 </table>
684 <table width="100%" border="1" cellpadding="5" cellspacing="5" style="margin:20px 0;">
685 <tr>
686 <td valign="top" colspan="4">
687 Mail Forwarding (postal changes plus 15%); Meeting Room Hire
688 <apex:outputText rendered="{!CONTAINS(keyString, ' BVLF,')}" value="; Call Forwarding/Transferring (BT
689 standard rates)"/>
690 </td>
691 </tr>
692 </table>
693 </apex:outputPanel>
694 <span class="hide">/UDN/</span>
695 </body>