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" %}
{#
{% trans "or" %}
#}
{# {% if person.emails %}#}
{# {% with person.emails.first as email %}#}
{#
{% trans "Send by email to" %} {{ email }}
#}
{# {% endwith %}#}
{# {% endif %}#}
{% else %}
x
{% trans "Hi, please meet Bob!" %}
{% trans "Bob will notify you in case anyone needs help." %}
{% trans "BOB ALREADY INSTALLED HERE" %}
{% trans "INSTALLING" %}
{% trans "INSTALL SUCCESSFULLY YOU CAN LEAVE THIS PAGE" %}
{% trans "CODE USED" %}
{% trans "Before you can use Bob, you must register it." %}
{% trans "Please insert the code you have received" %}