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

Error!

{% blocktranslate trimmed %} Unknown argument received: {{ unknown_change }} {% endblocktranslate %}

{% 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 }}

{% if applicants %}

{% translate "Eviction applicants:" %}

{% for applicant in applicants %} {% endfor %}
{% translate "Applicant" %}
  {{ applicant.name }}
{% endif %}

{% translate "Eviction status:" %}

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