{% autoescape true %}
{% for profile in profiles %} User: {{ profile.name }} Score: {{ profile.score }} No. Times logged in: {{ profile.logged_in }}
{% endfor %} {% if stored == True %}
Hello! {{ current_profile.name }}
Stat One
Stat Two
Stat Three
Stat Four
Stat Five
Stat Six
Stat Seven
Stat Eight
Stat Nine
Stat Ten
Score
Call JavaScript Function
{% else %} Hello unregistered user {% endif %}
{{ url_linktext }}
{% endautoescape %}