{% extends "evictionsplit/base.html" %} {% load i18n %} {% load humanize %} {% block details %}

{% translate 'Active evictions' %}

{% for eviction in active_evictions %} {% empty %} {% endfor %}
Name Creator Apply
{{ eviction.name | capfirst }}   {% if eviction in user_active_evictions %} {% endif %} {{ eviction.creator.profile.main_character.character_name }} portrait   {{ eviction.creator.profile.main_character.character_name }} {% if request.user in eviction.participants.all %}  Joined {% else %} {% endif %}
No eviction taking applications for now
{% endblock %}