{% load webpush_notifications %} {% load signal_extras %} {% load settings_extras %} {% load statici18n %} {% load i18n %} {% load static %} {% load compress %} {% block title %}{{ platform_name }}{% endblock %} - {{ platform_name }} {% for icon in PWA_APP_ICONS %} {% endfor %} {% for splash in PWA_APP_SPLASH_SCREEN %} {% endfor %} {% with PWA_APP_ICONS|last as icon %} {% endwith %} {# main.scss contains custom ephios styles, bootstrap and #} {# select2-bootstrap theme (which it why it must come after select2) #} {% compress css %} {% block css %}{% endblock %} {% endcompress %} {% compress js %} {% if DEBUG %} {% else %} {% endif %} {% block javascript %}{% endblock %} {% endcompress %} {% collect_insert_html_signal "head" %} {% block html_head %} {% endblock %}
Loading...
{% for message in messages %} {% endfor %} {% block messages %}{% endblock %}
{% block content %}{% endblock %}
{% blocktranslate trimmed with platform_name=platform_name %} Install {{ platform_name }} app {% endblocktranslate %}

{% blocktranslate trimmed with platform_name=platform_name %} You can install {{ platform_name }} on your device and use it like any other app! {% endblocktranslate %} {% translate "Simply click the button below to continue." %}

{% blocktranslate trimmed with platform_name=platform_name %} Install {{ platform_name }} app {% endblocktranslate %}

{% blocktranslate trimmed with platform_name=platform_name %} You can install {{ platform_name }} on your device and use it like any other app! {% endblocktranslate %} {%translate "Simply follow the steps below." %}


{% translate "Open in your main browser" %}
{% translate "Press More if no Share icon" %}
{% translate "Press Share in Navigation bar" %}
{% translate "Scroll down to "Add to Home Screen"" %}
{% translate "Activate notifications" %}

{% blocktranslate trimmed with platform_name=platform_name %}{{ platform_name }} can send you push notifications so that you stay up to date. Do you want to activate them?" {% endblocktranslate %}