{{ 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 %}