{% extends 'templates/base.html' %} {% block title %}{{super()}}{% if mapuser.name %} | {{mapuser.name}}{% endif %}{% endblock %} {% block head %} {{super()}} {% endblock %} {% block main %} {% if user and newuserurl %}

Welcome!

✖️

This is your map. It's avaliable at {{newuserurl}}. You can change that and other settings in settings. Set your location by clicking set below. Clear it by clicking clear. To track your location, click track or download the android app. For more information, see the help page.

{% 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 %}
{% if mapuser.settings.showStreetview and disp!='0' %} {% endif %}
{% endif %} {% endblock %} {% block javascript %} {{super()}} {% if user.id == mapuser.id %}{% endif %} {% endblock %}