## -*- coding: utf-8 -*- <%inherit file="base.html"/> <%def name="page_head()"> %if not q: %endif <%def name="title()"> ${_("Updates for Ubuntu ")}${updates_release}\ % if category: (${category.name}) % endif <%def name="body()"> % if page == 1: <%include file="how_to_install.html"/> % endif
% for app in applications_list: <%include file="game_info.html" args="app=app, package=package_dict[app.id], available_for=available_for[app.id]" /> % endfor