{% extends "account/base.html" %} {% load kegweblib %} {% load crispy_forms_tags %} {% block title %}Twitter Settings | {{ block.super }}{% endblock %} {% block pagetitle %}Twitter Settings{% endblock %} {% block kb-account-main %} {% if have_credentials %} {% if profile %}

Linked Twitter Account

Twitter is currently linked to @{{ profile.twitter_name }}.

{% csrf_token %}

{% else %}

Link Twitter Account

Link a Twitter account to your Kegbot account.

{% csrf_token %}

{% endif %}

Settings

Control how Kegbot will use use your account.

{% csrf_token %} {{ settings_form|crispy }}
{% else %}

Sorry, Twitter is not yet enabled on this Kegbot.

{% endif %} {% endblock %}