For further kernel SRU information, see http://kernel.ubuntu.com/sru/kernel-sru-workflow.html

{% for suite, packages in suites.items() %} {{ suite }} {% endfor %} All
{% for suite, packages in suites.items() %}

{{ suite }}

{% for pocket in pockets %} {% endfor %} {% for package, pockets in packages.items() %} {% for pocket, architectures in pockets.items() %} {% endfor %} {% endfor %}
Package{{ pocket }}
{{ package }} {% for architecture, stats in architectures.items() %} {% if stats.version or stats.full_version or stats.date_published %}
Pocket
{{ pocket }}
Architecture
{{ architecture }}
Version
{{ stats.version }}
Full version
{{ stats.full_version }}
Date Published
{{ stats.date_published }}
({{ stats.published_age }})
{% endif %} {% endfor %}
{% endfor %}
Generated at {{ generation_time.strftime('%Y-%m-%d %H:%M:%S %Z') }}