{% extends 'templates/base.html' %} {% block title %}{{super()}}{% if mapuser.name %} | {{mapuser.name}}{% endif %}{% endblock %} {% block head %} {{super()}} {% endblock %} {% block main %} {% if user and newuserurl %}
{% endif %}
{% if user.id == mapuser.id %} Your location is unset. You can click 'set' below to set it to your current position. {% else %} This user has no location set. {% endif %}
{% if user.id == mapuser.id and mapuser._id != 'demo' %}
{% if mapuser.settings.showStreetview and disp!='0' %} {% endif %}
{% endif %} {% endblock %} {% block javascript %} {{super()}} {% if user.id == mapuser.id %} {% endif %} {% endblock %}