{% 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 %}{{ device_id }}It will show up in your frame list. If it was just provisioned, give it a minute to connect and fetch its first image.
{% 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 %}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 %}A valid frame is your invitation -- set up an account to claim it. Already have one? Log in instead.