{% extends "common/base.html" %} {% load playlists_extras %} {% block extrastyle %} {% endblock %} {% block extrahead %} {% endblock %} {% block page_content %}

CHIRPradio DJ Playlist Tracking Application

{{ form.artist.errors }} {{ form.artist }} {{ form.artist_key }} {{ form.song.errors }} {{ form.song }} {{ form.song_key }} {{ form.album.errors }} {{ form.album }} {{ form.album_key }} {{ form.label.errors }} {{ form.label }} {{ form.song_notes.errors }} {{ form.song_notes }}

Artist • Song Title • Album • Label

{% if playlist_events %} {% for event in playlist_events %} {% if event.is_break %}

Break

{% else %}

{{ event.established_display|time:"g:i A" }}

{{ event.artist_name }}{{ event.track_title }}{{ event.album_title_display }}{{ event.label_display }}

{% if event.notes %}

Notes: {{ event.notes }}

{% endif %} {% ifequal event.selector.key current_user.key %}

[delete]

{% endifequal %}
{% endif %} {% endfor %} {% else %}

No tracks have been played within the last three hours.

{% endif %} {#
#} {#

1:12 PM

#} {#

The JamNew of the WorldIn The CityPolydor

#} {#

Notes: Touring sans Paul Weller. Show Tuesday at Beat Kitchen.

#} {#
#} {# #} {#
#} {#

1:08 PM

#} {#

The ClashBrand New CadillacLondon CallingEpic

#} {#
#} {# #} {#
#} {#

1:04 PM

#} {#

The Beach BoysI'm Waiting For The DayPet SoundsCapital

#} {#

Notes: News of Brian Wilson's death were greatly exagerated.

#} {#
#} {# #} {#
#} {#

12:59 PM

#} {#

NirvanaIn BloomNevermindDGC

#} {#
#} {# #} {#

Break

#} {# #} {#
#} {#

12:50 PM

#} {#

RadioheadBodysnatchersIn RainbowsXL

#} {#
#} {# #} {#
#} {#

12:47 PM

#} {#

PortisheadHunterSilenceMercury

#} {#
#}
{% endblock %}