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