{% import "home_package_instructions.html" as macros %}

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

{% if package.installation_instructions %}
{% for platform, value in package.installation_instructions | dictsort %} {{ macros.instructions_tab_content(package, platform, value, host_url, setup_url, loop.index == 1) }} {% if platform == "redhat" %} {{ macros.instructions_tab_content(package, "oracle", value, host_url, setup_url, False) }} {% endif %} {% endfor %}
{% endif %}

{% if package.release_notes_url %} Changelog and user guide
{% endif %} Other versions and platforms »