{% load static %} {% if show_releases_section %} {% if distribution_installable %}

Downloads

{% if downloads_section_link %} {{ downloads_section_link.text }} {% endif %}
{% if featured_version %} {% include "products/_installable_download_channel.html" with channel=featured_channel %} {% endif %} {% for channel in inline_download_channels %} {% include "products/_installable_download_channel.html" %} {% endfor %} {% if show_older_versions_link %}

Older releases

{% endif %}
{% elif distribution_package %}

Resources

{% if downloads_section_link %} {{ downloads_section_link.text }} {% endif %}
{% endif %} {% endif %}