{%extends sitebase.html%} {% block head %} {% end %} {%block content%}

User Information

{% for form_item in profile %}
{% if form_item.id.startswith('social_') %} {% end %} {% raw form_item.label %}
{% raw form_item(class_='form-control', placeholder=form_item.description) %} {% if form_item.errors %}
{% for e in form_item.errors %}{%raw e%}
{% end %}
{% end %}
{% end %} {%if creation_timestamp is not None %}
account created on {{creation_timestamp}}
{% end %}
{{msg}}

Change Password

{{passmsg}}
{%end%}