{% for type in include.types %}
{% capture size %}{{ site.data.sizes[type.primary_link] }}{% endcapture %} {% capture short %}{% sizedescription %}{{ size }}{% endsizedescription %}{% endcapture %}
{% capture icon_name %}icons/{{ type.name | split: '_' | first }}.svg{% endcapture %} {% include {{ icon_name }} %} {{ locale[type.name] }} {% if size %} ({% humansize %}{{ size }}{% endhumansize %}) {% endif %}
{{ locale.download }}
{% endfor %}