{{ pending_count }} clip{% if pending_count != 1 %}s{% endif %} still being converted — refresh to see them when ready.
{% endif %}
{% if hours %}
{% for hour, clips in hours.items() %}
{{ hour[-2:] }}:00
{% for clip in clips %}
{{ clip["camera"] }}
{% if 'M' in (clip['flags'] or '') %}Motion{% endif %}
{% if 'F' in (clip['flags'] or '') %}First frame{% endif %}
{{ clip["filename"] }}