{% for item in apps %}
{{ item.alttext }}

{{ item.name }}

{% for platform in item.platforms %}{{ platform }}{% endfor %}

{{ item.text }}

{% if item.select_text %}{{ item.select_text }}{% else %}{% trans "Select" %}{% endif %}
{% endfor %}
{% trans "Showing apps for your current platform only. You may also view all apps." %}