{% load staticfiles %}
{% for icon in PWA_APP_ICONS %}
{% endfor %}
{% for splash in PWA_APP_SPLASH_SCREEN%}
{% endfor %}
{% with PWA_APP_ICONS|last as icon %}
{% endwith %}
{% if user.is_authenticated or group %}
{# webpush_serviceworker.js render from template as it needs to be served from the same domain #}
{% endif %}