{{ package.product_name }} {{ package.latest_version }}

Installation instructions

{% for platform, value in package.installation_instructions|dictsort %} {% with instructions = value.install %} {% include "home_package_instructions.html" %} {% endwith %} {% endfor %}

Upgrade instructions

{% for platform, value in package.installation_instructions|dictsort %} {% with instructions = value.upgrade %} {% include "home_package_instructions.html" %} {% endwith %} {% endfor %}

{% if package.release_notes_url %} Change log and user's guide
{% endif %} Other versions and platforms »