{% extends 'templates/base.html' %} {% block title %}{{ super() }} | {{ tracuser.name }}{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block main %}
{% if not tracuser.last.time %}
No Location Found {% if user.id == tracuser.id %}
You can click here to set 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 tracuser.settings.showStreetview and not noStreetview.length %}
{% endif %} {% endif %}
{% endblock %}