{% load static %} {% if not archive_versions %}

There are no archived releases{% if sub_product %} for this module{% else %} for this product{% endif %}.

{% elif distribution_installable %}
{% for fname, label, icon in archive_specs %} {% endfor %} {% for row in archive_rows_installable %} {% for cell in row.cells %} {% endfor %} {% if row.version_obj.release_notes %} {% endif %} {% endfor %}
Version{{ label }}
{{ row.version_obj.version }} {% include "products/_release_channel_badge.html" with version=row.version_obj %} {% if cell.url %} {% if cell.icon %} {{ cell.label }} {% else %} Source {% endif %} {% else %} {% endif %}
Notes

{{ row.version_obj.release_notes }}

{% else %} {% endif %}