{% extends "account/base.html" %} {% block kb-account-main %}
hello, {{user.username}}
{% csrf_token %} {{ profile_form.as_table }}
{% if user.is_staff or user.is_superuser %}
api key

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

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