{% extends "base.html" %} {% load i18n %} {% load youloctags %} {% block content %}

Welcome {{ user }}{% if location %}, you're currently at {{geoname}} ({{location.longitude}},{{location.latitude}}){% endif %}

{% show_gravatar user.email 48 %} {% if request.GET.msg %}

{{ request.GET.msg }}

{% endif %} {% if user.is_authenticated%} {% if has_openids %}

Associated openids

{% endif %}

Actions:

Privacy:

{% else %}

Make a choice:

Register | Log-In

{% trans "Sign In Using Your Account ID" %}

{{ form2.username }}

{{ form2.password }}
{% trans "Sign In Using Your OpenID URL" %}

Please click your account provider:

{{ form1.openid_url }}
{% endif %}
{% endblock %} {% block extra_scripts %} {% if not has_openids %} {% endif %} {% endblock %}