{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}
Your Restaurants
One LNbits wallet can host many restaurants. Create one per kitchen / location.
New restaurant
No restaurants yet. Click "New restaurant" to get started.
{{ SITE_TITLE }} Restaurant CMS
Build menus, manage modifiers and inventory, and watch orders in real time. Customer-facing UI lives in the AIO webapp; this is the operator console.
New restaurant
{% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}