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

Untappd Account

Untappd is currently linked to {{ profile.first_name }} {{ profile.last_name }}.

{% csrf_token %}

{% else %}

Link Untappd Account

Link an Untappd account to your Kegbot account.

{% csrf_token %}

{% endif %}

Settings

Control how Kegbot will use use your account.

{% csrf_token %} {{ settings_form|crispy }}
{% endblock %}