{% extends "layouts/base.html" %} {% block title %}User Profile{% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}

{{ 'username' | current_user }}

{{ user_title}}
{#
#} {# #} {# #} {#
#}
{% for field in form_fields %}
{% if field.type == 'text' or field.type == 'email' %} {% elif field.type == 'textarea' %}

This is additional information about yourself to assist Athena in providing you a personalised experience. NB. Anything goes!

Some examples:
  • I would like my answers to have a sarcastic sense of humour
  • I would like my answers to have lots of sports references
  • I want all my answers to be in Portuguese
  • I have an MBA and want all answers to be in bullet points
{% elif field.type == 'select' %} {% elif field.type == 'checkbox' %} {% endif %}
{% endfor %}
{% endblock content %} {% block javascripts %}{% endblock javascripts %} {##} {##} {##} {# Profile Page#} {##} {##} {#

User Profile: {{ user_id }}

#} {#
#} {# #} {# #} {#
#} {# #} {# #} {#
#} {# #} {# #} {#
#} {# #} {#
#} {##} {##}