System:App:modulesControlBox
From Aspen Documentation
Displays a box listing all non-base modules that are either awaiting install or that may be uninstalled, with links to perform the actions.
Since 1.0
Examples
print $this->APP->modulesControlBox();
The above command will output a basic box listing the modules awaiting install:
<table><thead> <tr><th>Module</th><th>Action</th></tr> </thead><tbody> <tr><td>Blog</td> <td><a href="http://yourdomain.com/aspen-framework/admin/install/install_module/5f1d4368-f946-b242-7e41-d58a03d6a858" title="Install">Install</a> </td></tr> </tbody></table>