diff --git a/templates/pages/packages.php b/templates/pages/packages.php
new file mode 100644
index 00000000..1660390b
--- /dev/null
+++ b/templates/pages/packages.php
@@ -0,0 +1,156 @@
+extend('layout.php', ['title' => $title]) ?>
+
+start('content') ?>
+
+
+
+
+
+ |
+ Contents of :: = $breadcrumbs ?>
+ |
+
+ = $showEmptyLink ?>
+ |
+
+
+
+ 0): ?>
+
+
+
+ |
+
+ = $categories[2 * $i] ?>
+
+ |
+
+
+ = $categories[2 * $i + 1] ?>
+
+ |
+
+
+
+
+
+
+
+
+
+
+ Sub-categories: = $subCategories ?>
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+ |
+
+
+
+
+
+
+ | |
+
+
+
+
+ | = $from++ ?> |
+ = $this->e($p['name']) ?> |
+ = $this->e($p['summary']) ?> |
+
+
+
+
+ |
+
+
+ id="moreInfo_= $p['id'] ?>">
+ | |
+
+
+
+
+
+
+ | Number of releases: |
+ = $this->e($p['eInfo']['numReleases']) ?> |
+
+ License type: |
+ = $this->e($p['eInfo']['license']) ?> |
+
+
+
+ | Status: |
+ = $p['eInfo']['status'] ?> |
+
+
+ |
+
+
+ id="moreInfo_= $this->noHtml($p['id']) ?>_spacer">
+ | |
+
+
+
+ |
+
+
+
+
+ No packages found in this category
+
+
+
+
+
+
+ Total number of packages: = $this->e($totalPackages) ?>
+ View package statistics
+
+ Statistics for category "= $this->e($catname) ?>"
+
+
+
+end('content') ?>
|