]> WPIA git - gigi.git/blob - src/club/wpia/gigi/pages/account/UserTrainings.templ
add: handling of RA Agent Contract
[gigi.git] / src / club / wpia / gigi / pages / account / UserTrainings.templ
1 <table class="table">
2 <tbody>
3 <tr><th><? if($username) { ?><?=_Trainings of ${username}?><? } else { ?><?=_Trainings?><? } ?></th></tr>
4 <? foreach($entries) { ?>
5 <tr><td><?=$entry?></td></tr>
6 <? } ?>
7 </tbody>
8 </table>
9