{% extends 'player_base.html' %} {% block head %} {{ super() }} {% endblock %} {% block player_app_content %}
{% with location = bunny.last_location(offset=hunter_delay) %} {% if location %}{{ moment(location.timestamp).fromNow()}} {% else %} {{ location }} {% endif %} {% endwith %}