{% extends "base.html" %} {% block nav %}{% endblock %} {% block body %}

Login

{% if not account %}

No local account exists yet. Run device-host-agent setup on this machine to create one before logging in to the console.

{% else %} {% if error %}

{{ error }}

{% endif %}


{% endif %} {% endblock %}