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

Display Management

{{ title }}

Define where the screen is installed and how content should be rendered.

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 %}
Cancel
{% endblock %}