{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}
Your playlist {{ playlists[0].name }} has been created with {{ playlists[0].track_count }} tracks.
{% else %}All playlists have been created with a total of {{ playlists|sum(attribute='track_count') }} tracks.
{% endif %}{{ playlist.track_count }} track{% if playlist.track_count != 1 %}s{% endif %} {% if playlist.source %} Source {% endif %}