+ {% include 'includes/mobile_navbar.html' %}
+ {% include 'includes/sidebar.html' %}
+
+ {% settings "DEMO" as demo_mode %}
+ {% if demo_mode %}
+
-
- {% include 'includes/offcanvas.html' %}
- {% include 'includes/toasts.html' %}
-
-
+
+ {% endif %}
+
+ {% trans "This is a demo!" %} {% trans "Any data you add here will be wiped in 24hrs or less" %}
+ ✕
+
+
+ {% block content %}
+ {% endblock content %}
+
+ {% include "includes/offcanvas.html" %}
+ {% include "includes/toasts.html" %}
+