2020-04-09 19:25:19 +03:00
|
|
|
<table>
|
|
|
|
<tr>
|
2020-06-19 01:02:59 +03:00
|
|
|
<th>Display Name</th>
|
2020-04-09 19:25:19 +03:00
|
|
|
<th>Package</th>
|
|
|
|
<th>Notes</th>
|
|
|
|
</tr>
|
2020-06-04 02:26:13 +03:00
|
|
|
<tbody id="myTable">
|
2020-04-09 19:25:19 +03:00
|
|
|
{% for item in packages %}
|
|
|
|
|
|
|
|
{% include releases/all/pkgrow.md %}
|
|
|
|
|
|
|
|
{% endfor %}
|
2020-06-04 02:26:13 +03:00
|
|
|
</tbody>
|
2020-04-09 19:25:19 +03:00
|
|
|
</table>
|