blob: 68c2281cf05a013aaa233075ec0bb70ec55f1bab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[% INCLUDE 'others/header.tt' %]
<div id="cloudcontent_subtitle">[% c.localize('why') %] :</div>
<div id="cloudcontent_paragraph">
<strong>
[% c.localize('whytitle1') %]
</strong><br/><br/>
[% c.localize('whypar1') %]
</div>
<div id="cloudcontent_paragraph">
<strong>
[% c.localize('whytitle2') %]
</strong><br/><br/>
[% c.localize('whypar2') %]
</div>
[% INCLUDE 'others/footer.tt' %]
|