{% extends "app_base.html" %} {% block title %}{{ frame.name or "Frame" }} ยท Photos{% endblock %} {% block page_title %}{% include "_frame_name_edit.html" %}{% endblock %} {% block mode_picker %}{% include "_frame_mode_picker.html" %}{% endblock %} {% block device_status %}{% include "_device_status_bar.html" %}{% endblock %} {% block tabs %}{% include "_frame_tabs.html" %}{% endblock %} {% block content %}

Album

Now displaying

Loading...

Upcoming

Drag a photo to reorder (on touch, hold briefly first so a normal scroll still works), "Show next" to jump it to the front, or the × to remove it from rotation entirely.

{% endblock %} {% block scripts %} {% endblock %}