{% for row in releases %}
{% for description_line in row.description_lines %}

{{ description_line }}

{% endfor %} {% if loop.first and not archived %}

Read the installation instructions in the documentation for help with installing it.

A detailed change log is available in the documentation.

{% endif %}
{% if loop.last and not archived %}

See download archive of previous releases.

{% endif %} {% endfor %}