{% extends "headphones/base.html" %} {% block headphones_content %} {% if album %}
{% if not compact %} Released: {{ album.album.0.ReleaseDate }}
Added: {{ album.album.0.DateAdded }}
Type: {{ album.album.0.Type }}
Duration: {{ album.album.0.TotalDuration }}
Tracks: {{ album.album.0.Tracks }} {% endif %}

Change status: {% if not compact %}
{% endif %}

{% endif %} {% endblock %}