Bob
{% if PWA_APP_ICONS_APPLE %}
{% for icon in PWA_APP_ICONS_APPLE %}
{% endfor %}
{% else %}
{% for icon in PWA_APP_ICONS %}
{% endfor %}
{% endif %}
{% for splash in PWA_APP_SPLASH_SCREEN %}
{% endfor %}
{% with PWA_APP_ICONS|last as icon %}
{% endwith %}
{% if request.user_agent.is_pc %}