{% extends "auth/base.html" %} {% block head %} Connection {% endblock %} {% block title %}Connection{% endblock %} {% block content %}
Working...
{% if connection_type == "Spotify" and user and user.connections.Spotify and config.connections.spotify_client_id %} {% elif connection_type == "LastFm" and user and user.connections.LastFm and config.connections.last_fm_key %} {%- endif %} {% endblock %}