{% extends 'templates/base.html' %} {% block title %}{{super()}}{% if mapuser.name %} | {{mapuser.name}}{% endif %}{% endblock %} {% block head %} {{super()}} {% endblock %} {% block main %}
{% if user and user.isNewUser %}
{% endif %} {% if disp!='1' %}
{% endif %} {% if mapuser.settings.showStreetview and disp!='0' %}
Streetview image
{% 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()}} {% endblock %}