{% extends "base.html" %} {% block page_class %}page-narrow{% endblock %} {% block subtitle %}

Claim your frame

{% endblock %} {% block extra_head %} {% if status == "unregistered" %}{% endif %} {% endblock %} {% block content %} {% if error %}
{{ error }}
{% endif %}

Frame {{ device_id }}

{% if status == "claimed_yours" %}
This frame is linked to your account.

It will show up in your frame list. If it was just provisioned, give it a minute to connect and fetch its first image.

Go to your frames

{% elif status == "claimed" %}

This frame already belongs to someone. If it's yours, ask them (or an admin) to link your account to it.

{% elif status == "unregistered" %} {% if pending_yours %}
Claim recorded.

Waiting for the frame to connect for the first time -- it links to your account automatically the moment it checks in. This page refreshes itself; it's safe to close, too.

{% else %}

The frame hasn't checked in yet -- it's probably still restarting and joining your WiFi. This page refreshes itself. {% if user %}You can claim it now anyway; it'll attach when it arrives.{% endif %}

{% endif %} {% elif status == "unclaimed" %}

This frame is connected and ready to be claimed.

{% endif %} {% if user and status in ("unclaimed", "unregistered") and not pending_yours %}
{% endif %}
{% if not user and status in ("unclaimed", "unregistered") %}

Create your account

A valid frame is your invitation -- set up an account to claim it. Already have one? Log in instead.

{% endif %} {% endblock %}