{% 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 %}