-
{% for result in this.apps %}
- {{ market_tile(result, link=true, src='collection') }} {% endfor %}
{% include "_macros/collection_tile.html" %}
{% include "_macros/market_tile.html" %}
{% set endpoint=api('collection', [slug]) %}
{% defer (url=endpoint, id='collection', as='collection', key=slug) %}
{# One display for OSCs... #}
{% if this.collection_type == 2 %}
{% for result in this.apps %}
{% for result in this.apps %}
{% else %}
{# L10n: Please do your best to capture the essence of Scooby Doo. #}
{{ _("Ruh roh! No apps here, Shaggy!") }}
{% endif %}
{{ _('We could not load that collection. Please try again later.') }}