{% load static i18n pwa %} 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 %}
{% trans "Open this link using a mobile" %}
Red dot {#
{% trans "or" %}
#} {# {% if person.emails %}#} {# {% with person.emails.first as email %}#} {#
{% trans "Send by email to" %} {{ email }}
#} {# {% endwith %}#} {# {% endif %}#}
{% else %}
x
{% trans "BOB ALREADY INSTALLED HERE" %}
{% trans "INSTALLING" %}
{% trans "INSTALL SUCCESSFULLY YOU CAN LEAVE THIS PAGE" %}
{% trans "CODE USED" %}
{% include "pwa/_log.html" %}
{% endif %}