{% load spa_helper %} {% load inventree_extras %} {% spa_bundle as bundle %} {% inventree_instance_name %}
{% spa_settings %}
{% if bundle == "NOT_FOUND" %}

INVE-E1 - No frontend included

The frontend bundle could not be found. Please check that your deployment method includes the bundle or check the FAQ.
Install method: {% inventree_installer %}

{% else %}
{{ bundle }}
{% endif %}