{% extends 'layouts/admin.html' %} {% block main %}

Display Management

{{ title }}

Create a display record for the screen waiting on the QR registration page.

Back to displays

Display Details

{% if errors.get('name') %}
{{ errors.name }}
{% endif %}

Playback Profile

{% if errors.get('status') %}
{{ errors.status }}
{% endif %}
{% if errors.get('orientation') %}
{{ errors.orientation }}
{% endif %}
{% if errors.get('resolution_width') %}
{{ errors.resolution_width }}
{% endif %}
{% if errors.get('resolution_height') %}
{{ errors.resolution_height }}
{% endif %}

QR Claim

Expires {{ registration.expires_at.strftime('%b %d, %Y %I:%M %p') }}.

Cancel
{% endblock %}