{% comment %}List item for a source.{% endcomment %} {% load i18n %}
[[ source.id ]] ([[ source.remainingString ]])

{% trans "Add sound" %}
{# TODO: select station => change the shit #}

{% trans "Add a sound to the queue (queue may start playing)" %}

{# TODO: help text about how it works #}
{% trans "Sounds in queue" %}
[[ request.data.uri ]]
Metadata
{% trans "Status" %} [[ source.data.status_verbose || "—" ]]
{% trans "Air time" %}
{% trans "Time left" %} [[ source.remainingString ]]
{% trans "Data source" %} [[ (source.data.uri && source.data.uri.slice(-64)) || '—' ]]