{% extends "base.html" %} {% block main %}
{{ _("Name") }} | {{ _("Description") }} | {{ _("Popularity") }} | ||
---|---|---|---|---|
{{ infos['name'] }} | {{ infos['description'] }} | {% if infos['website'] %} {% endif %} | {% if infos['upstream'] %} {% endif %} | {% if not user_starred_this_app %} {{ this_app_stars }} {{ this_app_stars+1 }} {% else %} {{ this_app_stars }} {{ this_app_stars-1 }} {% endif %} |