|
|
|
@ -33,8 +33,10 @@
@@ -33,8 +33,10 @@
|
|
|
|
|
<span style="color:gray;">{{ bunny.player_caught_by_players | selectattr('catching_player', '==', player) | selectattr('review.name', '==', 'none') |list|length}}</span> |
|
|
|
|
</td> |
|
|
|
|
<td>{% with location = bunny.last_location(offset=hunter_delay) %} |
|
|
|
|
{% if location %}{{ moment(location.timestamp).fromNow()}}: {% endif %} |
|
|
|
|
{% if location %}{{ moment(location.timestamp).fromNow()}} |
|
|
|
|
{% else %} |
|
|
|
|
{{ location }} |
|
|
|
|
{% endif %} |
|
|
|
|
{% endwith %}</td> |
|
|
|
|
<td> |
|
|
|
|
<a href="{{ url_for('main.catch_bunny', game_name=game.name, bunny_name=bunny.user.name) }}"> |
|
|
|
|