{% load guardian_tags %}
Album Information
{% get_obj_perms request.user for album as "album_perms" %} {% if "change_album" in album_perms %} {% endif %} Title
{{ album.title }}
UUID
{{ album.uuid }}
Files
{{ album.active_files_list|length }}
Owner Hits
{{ album.hits.count }}
Created
{{ album.created_at }}
Updated
{{ album.updated_at }}
Description
{{ album.description|default:"n/a" }}
Album Statistics
Licenses:
License_name ({{ album.active_files|length }}/100%) License_name ({{ album.active_files|length }}/100%) License_name ({{ album.active_files|length }}/100%)
Attributions:
{{ album.owner }} ({{ album.active_files|length }}/100%)