{% extends 'website/base.html' %} {% load static %} {% block title %}CCRadio - Album: {{ album.artist.name }} - {{ album.title }}{% endblock %} {% block header %} {% endblock %} {% block page %}

{{ album.artist.name }}

{{ album.title }}


{% if member %} Add Song
{% endif %} {% if songs %}
{% csrf_token %} {{ ratings }} {% for song in songs %} {% if user.is_authenticated %} {% else %} {% endif %} {% endfor %}
# Title Duration
{{ song.track }} {{ song.title }} {{ song.duration }} {% if song.id in queued_songs %}

* In Queue *

{% endif %}

{{song.ind_rating}}

{% else %}

No songs uploaded for this album yet.

{% endif %}
{% endblock %}