{% load inventree_extras %} {% load i18n %} {% inventree_customize 'hide_pui_banner' as hidden %} {% pui_enabled as pui %} {% if pui and not hidden %}
{% if mode == 'admin' %} {% trans "Platform UI - the new UI for InvenTree - provides more modern administration options." %} {% endif %} {% if mode == 'user' %} {% trans "Platform UI - the new UI for InvenTree - is ready to be tested." %} {% endif %}
{% trans "Try it out now" %} {% trans "here" %}.
{% endif %}