]> WPIA git - gigi.git/blob - src/org/cacert/gigi/pages/account/UserTrainings.templ
58de7ddf1f7bd89afae7f59a504aa5d439fed011
[gigi.git] / src / org / cacert / 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