]> WPIA git - gigi.git/blob - src/club/wpia/gigi/pages/account/MyContracts.templ
add: handling of RA Agent Contract
[gigi.git] / src / club / wpia / gigi / pages / account / MyContracts.templ
1 <div class="panel panel-default">
2   <div class="panel-heading"><?=_RA Agents Contract?></div>
3   <div class="panel-body">
4
5         <p>This contract concludes an agreement between</p>
6
7         <p>Name: <?=$raname?> - RA Agent hereafter -</p>
8
9         <p>and</p>
10
11         <p>SomeCA - CA hereafter -</p>
12         <p>SomeAddress</p>
13
14         <p>regarding the conduction of registration authority tasks.</p>
15
16         <p>signed <?=$csdate?></p>
17   </div>
18 </div>