diff --git a/src/pretix/base/templates/debug_toolbar/base.html b/src/pretix/base/templates/debug_toolbar/base.html new file mode 100644 index 0000000000..d9f25ed5d1 --- /dev/null +++ b/src/pretix/base/templates/debug_toolbar/base.html @@ -0,0 +1,66 @@ +{% load i18n %}{% load static from staticfiles %} + + + + + + + + + +
+
+ +
+
+ « +
+ {% for panel in toolbar.panels %} + {% if panel.has_content and panel.enabled %} +
+
+ +

{{ panel.title|safe }}

+
+
+ {% if toolbar.store_id %} + loading +
+ {% else %} +
{{ panel.content }}
+ {% endif %} +
+
+ {% endif %} + {% endfor %} +
+