{% extends "base.html" %} {% load bootstrap %} {% block content %}

User Profile of {{ request.user.username }}

{% csrf_token %} {{ form|bootstrap }}

Associate with remote Account

{% for backend in backends.not_associated %}
{% endfor %}

Deassociate from remote Account

{% for socauth in backends.associated %}
{% csrf_token %}
{% endfor %}
{% endblock %}