Update instructions
{% if notice.release_packages %}
The problem can be corrected by updating your system to the following package versions:
{% for version in notice.release_packages.__reversed__() %}
Ubuntu {{ version }}
{% for package_name, package in notice.release_packages[version].items() %}
-
{% if package.source_link %}
{{ package.name }}
{% else %}
{{ package.name }}
{% endif %}
-
{% if package.version_link %}
{{ package.version }}
{% else %}
{{ package.version }}
{% endif %}
{% if package.pocket == "esm-infra" %}
Available with Ubuntu Pro
{% endif %}
{% if package.pocket == "esm-apps" %}
Available with Ubuntu Pro
{% endif %}
{% endfor %}
{% endfor %}
{% endif %}
{{ notice.instructions|safe }}