{% extends 'base.html' %} {% block header %}

{% block title %} {% if session['status'] == 'first_boot' %} First configuration {% else %} Configuration {% endif %} {% endblock %}

{% endblock %} {% block content %}

Lightning-rod status: {{ board_status }}
{% if error %}

warning

Error: {{ error }}

{% endif %}

{% if session['status'] == 'first_boot' %}



Restore identity


{% else %}


Identity management


Backup device identity.
Reset device to factory setup: wipe all data!!!
{% endif %} {% endblock %}