{% extends 'templates/base.html' %} {% block title %}{{super()}} | {{mapuser.name}}{% endblock %} {% block head %} {{super()}} {% endblock %} {% block main %}
{% 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 %}