{{ app_name }}

Starlark App — ID: {{ app_id }}

Starlark {% if app_enabled %} Enabled {% else %} Disabled {% endif %}

Status

Frames: {{ frame_count if has_frames else 'Not rendered' }}
Render Interval: {{ render_interval }}s
Display Duration: {{ display_duration }}s
Last Render: {{ last_render_time }}
{% if schema %}

App Configuration

{% for key, value in config.items() %}
{% endfor %}
{% elif config %}

App Configuration

{% for key, value in config.items() %}
{% endfor %}
{% else %}
This app has no configurable settings.
{% endif %}