{% extends "marietje/base.html" %} {% load static %} {% block title %}Queue{% endblock %} {% block content %}
| Artist | Title | Requested By | Plays In Plays At | (Plays In) (Plays At) |
|
${ song.song.artist }$
Requested By: Marietje ${ song.user.name }$ |
${ song.song.title }$
Plays In:
Plays At:
${ song.time_until_song_seconds.secondsToMMSS() }$ ${ song.plays_at.timestampToHHMMSS() }$ |
Marietje ${ song.user.name }$ | ${ song.time_until_song_seconds.secondsToMMSS() }$ ${ song.plays_at.timestampToHHMMSS() }$ |
|
| Artist | Title | Uploader | Length | Report |
|---|---|---|---|---|
| ${ song.artist }$ | Marietje ${ song.user.name }$ | ${ song.duration.secondsToMMSS() }$ | ||