]> WPIA git - gigi.git/blob - src/club/wpia/gigi/pages/account/History.templ
upd: change wording of header in history page
[gigi.git] / src / club / wpia / gigi / pages / account / History.templ
1 <table class="table">
2 <tbody>
3 <tr><th><? if($username) { ?><?=_Actions in user account of ${username}?><? } else { ?><?=_Actions in user account?><? } ?></th></tr>
4 <? foreach($entries) { ?>
5 <tr><td><?=$entry?></td></tr>
6 <? } ?>
7 </tbody>
8 </table>
9