<?php $username = username_from_sid($_COOKIE["AURSID"]); ?> <h3><?= __("My Statistics"); ?></h3> <table> <tr> <td> <a href="<?= get_uri('/packages/'); ?>?SeB=m&K=<?= $username; ?>"> <?= __("Packages in unsupported"); ?></a> </td> <td><?= $maintainer_unsupported_count; ?></td> </tr> <tr> <td> <a href="<?= get_uri('/packages/'); ?>?SeB=m&outdated=on&K=<?= $username; ?>"><?= __("Out of Date"); ?></a> </td> <td><?= $flagged_outdated ?></td> </tr> </table>