## -*- coding: utf-8 -*- <%inherit file="base.html"/> <%def name="page_head()"> <%def name="title()"> ${_("Information for "+app.name)} <%def name="body()">
${app.name|h}
% if package: Install this now % endif
${app.descr | html_lines}
Packages are available for the following releases:
%for key,value in last_version_dict.items(): Ubuntu ${key}: ${value}
%endfor

Package downloads per version:
%for key,value in downloads.items(): Version ${key}: ${value}
%endfor

% if package:

Uninstall the application with the following command:
sudo apt-get remove ${package.package | u}

% endif