{% 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 %}
Twitter is currently linked to @{{ profile.twitter_name }}.
Link a Twitter account to your Kegbot account.
Control how Kegbot will use use your account.
Sorry, Twitter is not yet enabled on this Kegbot.
{% endif %} {% endblock %}