{% extends ../base.html %} {% block meta %} {% end %} {% block title %}Crafty Controller - Edit User{% end %} {% block content %}
Here is where you can change the configuration of your user
Created: {{ str(data['user']['created']) }}
Last login: {{ str(data['user']['last_login']) }}
Last update: {{ str(data['user']['last_update']) }}
Last IP: {{ data['user']['last_ip'] }}
API Key: {{ data['user']['api_token'] }}