## -*- coding: utf-8 -*- <%inherit file="base.html"/> <%def name="page_head()"> %if not q: %endif %def> <%def name="title()"> ${_("Updates for Ubuntu ")}${updates_release}\ % if category: (${category.name}) % endif %def> <%def name="body()">
No packages available for the selected criteria.
% if page_count > 1: <% paging_start = page - 10 paging_end = page + 10 if paging_start < 1: paging_start = 1 if paging_end > page_count + 1: paging_end = page_count + 1 %> % for n in range(paging_start, paging_end): ${n} % endfor % endif