{% extends 'templates/base.html' %} {% block title %}{{super()}} | {{mapuser.name}}{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block main %}
{% if not mapuser.last.time %}
No Location Found {% if user.id == mapuser.id %}
You can click here to use this device's location.
Maybe you also want to download the android app. {% else %}
This user hasn't updated their location yet! {% endif %}
{% else %}
{% if mapuser.settings.showStreetview and not noStreetview.length %}
{% endif %} {% endif %} {% if user.id == mapuser.id %}
{% endif %}
{% endblock %}