{% extends "index.html" %} {% block title %}{{squad.squad_name}} - Squadify{% endblock %} {% block content %}

{{squad.squad_name}}

Squad Leader: {{squad.leader_name}}

Compile Squad
{% for playlist in squad.playlists %} {% endfor %} {% if squad.playlists|length == 0 %}

Add playlists below!

Share this link with your friends!

{% endif %}
{{ add_playlist_form.csrf_token }} {{ add_playlist_form.user_name(class="widget", placeholder="Your Name") }} {{ add_playlist_form.playlist_link(id="playlist_link", class="widget", placeholder="Playlist Link") }} {% if signed_in %} {% endif %}
{% endblock %}