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

Error!

Unknown argument received: {{ unknown_change }}

{% endif %}

Your status

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

{{ time_standby | smooth_timedelta }}

{{ time_doorstop | smooth_timedelta }}

Eviction status:

{% if user_has_manager_permission %} {% endif %} {% for participant in participants %} {% endfor %}
Name On standby On doorstop
  {{ participant.name }} {% if participant.is_standby %} {% else %} {% endif %} {% if participant.is_doorstop %} {% else %} {% endif %}
{% if user_has_manager_permission %} {% endif %} {% endblock %}