{% extends "account/base.html" %} {% load bootstrap %} {% block pagetitle %}Your Account{% endblock %} {% block kb-account-main %}

Hello, {{user.username}}!

{% csrf_token %} {{ profile_form|bootstrap }}
{% if user.is_staff or user.is_superuser %}

API Access

Use this API key to access the kegbot web service. Ssh! Keep it secret!

{{ user.get_profile.GetApiKey.Encode }}
{% csrf_token %} {{ apikey_form.as_p }}
{% endif %} {% endblock %}