{% extends "evictionsplit/base.html" %} {% load i18n %} {% load humanize %} {% block details %}
| Name | Creator | Apply |
|---|---|---|
| {{ eviction.name | capfirst }} {% if eviction in user_active_evictions %} {% endif %} |
|
{% if request.user in eviction.participants.all %} Joined {% else %} {% endif %} |
| No eviction taking applications for now |