{% extends "base.html" %} {% block main %}

Application Wishlist

Add an app to the wishlist
{% for app, infos in wishlist.items() %} {% endfor %}
Name Description Popularity
{{ infos['name'] }} {{ infos['description'] }} {% if infos['website'] %} {% endif %} {% if infos['upstream'] %} {% endif %} 123
{% endblock %}