{{ app.name }}
{% if app.author %}by {{ app.author }}
{% endif %}{{ app.summary }}
{% endif %}Version: {% if app.installed_version and app.state == "to_upgrade" %} {{ app.installed_version }} → {{ app.available_version }} {% elif app.installed_version %} {{ app.installed_version }} {% else %} {{ app.available_version }} {% endif %}
{% if app.depends %}Depends: {% for d in app.depends %}{{ d }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %}