{% extends 'base.html' %} {% load static %} {% block content %}
{% for key, value in settings.items %}{{ key }}: {{ value }}
{% endfor %}
AUTH_ENABLED: {{ kitchenai_settings.settings.auth }}
JWT_SECRET: {{ kitchenai_settings.jwt_secret }}
{{ bento.description }}
Namespace: {{ bento.namespace }}
Home: {{ bento.home }}
Settings:
No Bento models installed
{% endif %}{{ plugin.description }}
Namespace: {{ plugin.namespace }}
Home: {{ plugin.home }}
No plugins installed
{% endif %}No apps installed
{% endif %}