+ Package resource +
+ {% endif %} + {% if channel.version.release_notes %} +{{ channel.version.release_notes }}
+ {% endif %} +- Package resource -
+ {% if featured_version %} + {% include "products/_installable_download_channel.html" with channel=featured_channel %} {% endif %} - {% if featured_version.release_notes %} -{{ featured_version.release_notes }}
- {% endif %} + {% for channel in inline_download_channels %} + {% include "products/_installable_download_channel.html" %} + {% endfor %} {% if show_older_versions_link %}@@ -83,14 +48,7 @@