{% extends "admin/base.html" %} {% block title %}{{ album.title }} Tracks{% endblock title %} {% block content %}
Uploaded tracks for this album.
| Track | File | Featured | Actions |
|---|---|---|---|
| {% if track.track_number %}{{ track.track_number }}. {% endif %}{{ track.title }} | {{ track.audio_file_id }} | {% if track.featured %} Yes {% else %} No {% endif %} |