{% extends "base.html" %} {% block header %} {# Show the setup name, as set in the config file, as page title followed by "Setup". Don't escape HTML entities. #}

{{ setupname|safe }} Setup

{{ super() }} {% endblock %} {% block main %} {# Show a user creation form #} Please create an admin user account



{{ super() }} {% endblock %}