{% extends "base.html" %} {% block title %}Profile{% endblock %} {% block content %}

Your Profile

User ID: {{ user.id }}

Copy this key for use in Python scripts (e.g., VF.login('your@email.com', 'your_api_key_here')). Regenerating invalidates the old one.

{{ user.first_name[0]|upper }}.{{ user.last_name[0]|upper }}
{% endblock %}