]> git.ipfire.org Git - ipfire.org.git/blob - templates/wishlist/modules/wishlist.html
Remove obsolete pakfire CGI scripts.
[ipfire.org.git] / templates / wishlist / modules / wishlist.html
1 <ul class="thumbnails wishes">
2 {% for wish in wishes %}
3 {{ modules.Wish(wish, short=short) }}
4 {% end %}
5 </ul>