{% assign cards = site.data.download.cards %} {% for card in cards %}

{{ card.name }}

{{ card.description }}

{% for release in card.releases %}
{% for rows in release %} {% if rows.screenshots.size > 0 %} {% include download/cards-header-screenshot.html %} {% include download/cards-body-screenshot.html %} {% include download/cards-footer.html %} {% endif %} {% endfor %} {% include download/cards-header.html %} {% for rows in release %} {% for row in rows.downloads %} {% include download/cards-body.html %} {% endfor %} {% endfor %} {% include download/cards-footer.html %} {% include download/cards-header-doc.html %} {% include download/cards-body-doc.html %} {% include download/cards-footer.html %} {% include download/cards-header-eol.html %} {% for rows in release %} {% for row in rows.eol %} {% include download/cards-body-eol.html %} {% endfor %} {% endfor %} {% include download/cards-footer.html %} {% for rows in release %} {% for row in rows.convert %} {% include download/cards-header-convert.html %} {% include download/cards-body-convert.html %} {% include download/cards-footer.html %} {% endfor %} {% endfor %}
{% endfor %}
{% endfor %}