{% extends 'django_spire/modal/center_modal.html' %} {% load static %} {% block modal_trigger %} {% include 'django_spire/auth/button/ios_install_button.html' with button_type='btn-app-primary' %} {% endblock %} {% block modal_content %} {% block install_content %}
{% block alt_text %}Django Spire{% endblock %}
{% block app_title %}Django Spire{% endblock %}
{% include 'django_spire/icon/responsive_icon.html' with x_icon_click='close_modal()' icon='bi bi-x-lg' tooltip_text='Close' %}

Install the app on your Apple device to easily access it anytime by following the instructions below in the Safari Web Browser.

  1. Tap on the in your browser bar
  2. Select Add to Home Screen
  3. Click Add When Prompted

You will need to close this popup to complete the installation process

{% endblock %} {% endblock %}