{{ group.name }}
-
{% for app in group.apps %}
- {{ app_tile(app, alt_style=True, src=feed_item.src) }} {% endfor %}
{% from '_macros/app_tile.html' import app_tile %}
{% from '_macros/deferred_icon.html' import deferred_icon %}
{% from '_macros/stars.html' import stars %}
{% macro feed_app(feed_app) %}
{# Don't forget _macros/feed_app_tile is a part of this too. #}
{% set feed_app = feed.transformer(feed_app) %}
{% set desc = feed_app.description|translate(feed_app) %}
{% if feed_app.isIcon or feed_app.isImage %}
{{ desc }}{{ feed_app.app.name|translate(feed_app) }}
{{ brand.name }}
{% endmacro %}
{% macro brand(brand) %}
{% set brand = feed.transformer(brand) %}
{% for app in brand.apps %}
{% if loop.index0 < brand.maxApps %}
{% if brand.isGridLayout %}
{% if brand.app_count > brand.maxApps %}
{{ _('View all') }}
{% endif %}
{{ app.name }}
{{ coll.name|translate(coll)|safe }}
{% if desc %}
{{ coll.name|translate(coll)|safe }}
{% if coll.description %}
{{ coll.description|translate(coll)|safe }}
{% endif %} {% endmacro %} {% macro collection_listing(coll) %} {% set coll = feed.transformer(coll) %}{{ feed_item.description|translate(feed_item)|safe }}
{% endif %}