{% extends 'evictionsplit/base.html' %} {% load i18n %} {% load smooth_timedelta %} {% block details %} {% if inactive_error %} {% endif %}

Eviction board

{% for eviction in user_active_evictions %}

{{ eviction.name }}

{% csrf_token %} {% if eviction.is_standby %} {% else %} {% endif %}
{% csrf_token %} {% if eviction.is_doorstop %} {% else %} {% endif %}

{{ eviction.time_standby | smooth_timedelta }}

{{ eviction.time_doorstop | smooth_timedelta }}

{% empty %}

You are in no active eviction at the moment

Go to here to join evictions

{% endfor %}
{% endblock %} {% block extra_javascript %} {% endblock %} {% block extra_css %} {% endblock %} {% block extra_script %} {% endblock %}