{% extends "setup_wizard/base.html" %} {% block content %}
{% if DEBUG %}

Setup Required

This Kegbot is not set up. Click to enter the setup wizard.

Start Setup {% else %}

Kegbot Offline

This Kegbot is not set up.

Hint: Set DEBUG = True in local settings and try again.

{% endif %}
{% endblock content %}