{% extends 'map/base.html' %} {% load static %} {% block add-head %} {% endblock %} {% block title %}Map{% endblock %} {% block content %} {% if not friend.shares_location_to.all %}

You're not sharing

You're not sharing your location with anyone.
{{ friend.is_shared_location_by.count }} user(s) are sharing their location with you.
{% endif %}
{% endblock %} {% block js %} {% endblock %}