% rebase('base.html', title="Mnemo Assistant - Profile") % if session.is_logged: % import time % user_data = session.get_logged_user_data()
Name: {{ user_data["name"] }} (edit)
Email: {{ user_data["email"] }} (edit, this operation will log you out)
Last action: {{ time.strftime('%m/%d/%Y %H:%M:%S', time.gmtime(float(user_data["last_touch"]))) }}
% include forms/password-edit.html