{% extends "account/base.html" %} {% load kegweblib %} {% load crispy_forms_tags %} {% block title %}Foursquare Settings | {{ block.super }}{% endblock %} {% block pagetitle %}Foursquare Settings{% endblock %} {% block kb-account-main %} {% if venue %} {% if profile %}
Foursquare is currently linked to {{ profile.firstName }} {{ profile.lastName }}.
Link a Foursquare account to your Kegbot account.
Control how Kegbot will use use your account.
Sorry, Foursquare is not yet enabled on this Kegbot.
{% endif %} {% endblock %}