{% if item_list %} {% if add_all_button %}
{% endif %} {% endif %} {% if audio_list %}

Audio Tracks

{% if secret_key and playlist_add %} {% endif %} {% if secret_key and playlist_rm %} {% endif %} {% for audio in audio_list %} {% include "audio_table_rows.html" with context %} {% endfor %}
Play TrackAddTitle Album Artist LengthRemove
{% endif %} {% if video_list %}

Video Tracks

{% if secret_key and playlist_add %} {% endif %} {% if secret_key and playlist_rm %} {% endif %} {% for video in video_list %} {% include "video_table_rows.html" with context %} {% endfor %}
Play TrackAddTitle Album Artist LengthRemove
{% endif %}