{% include download/cards-header.html %}
{% for row in release[1].downloads %}
{% include download/cards-body.html %}
{% endfor %}
{% include download/cards-footer.html %}
{% include download/cards-header-doc.html %}
{% for row in release[1].docs %}
{% include download/cards-body-doc.html %}
{% endfor %}
{% include download/cards-footer.html %}
{% include download/cards-header-eol.html %}
{% for row in release[1].eol %}
{% include download/cards-body-eol.html %}
{% endfor %}
{% include download/cards-footer.html %}
{% for row in release[1].convert %}
{% include download/cards-header-convert.html %}
{% include download/cards-body-convert.html %}
{% include download/cards-footer.html %}
{% endfor %}