{% if playlists|length > 0 %} {% for playlist in playlists %} {% if(playlist.has_pass) %}
  • {% else %}
  • {% endif %} Add a Song to This Playlist
    {% if(playlist.has_pass == true) %} {% if (playlist.access_price > 0) %}
    1st Month Free!
    {% endif %} {% endif %} {% if(playlist.has_pass != true) %} {% if(playlist.has_pass != false) %} {% if(playlist.has_pass_empty) %}
    Paid {{playlist.days_remaining}} Days Remaining
    {% endif %} {% endif %} {% endif %} {% if(playlist.has_pass == false) %}

    $ {{ playlist.access_price }}

    {% endif %}
  • {% endfor %} {% else %}
  • No Playlists Found.
  • {% endif %}