{% extends "fortunaisk/base.html" %} {% load i18n humanize fortunaisk_tags my_filters static %} {% block page_title %} {% trans "Lottery History" %} {% endblock page_title %} {% block details %}
{% trans "Check out past lotteries, their winners, and total payouts." %}
{% trans "Ticket Price" %}: {{ lottery.ticket_price|floatformat:2 }} ISK
{% trans "Start Date" %}: {{ lottery.start_date|date:"Y-m-d H:i" }}
{% trans "End Date" %}: {{ lottery.end_date|date:"Y-m-d H:i" }}
{% trans "Status" %}: {% if lottery.status == "completed" %} {{ lottery.get_status_display }} {% elif lottery.status == "cancelled" %} {{ lottery.get_status_display }} {% else %} {{ lottery.get_status_display }} {% endif %}
{% trans "Participants" %}: {{ lottery.participant_count }}
{% trans "Total Pot" %}: {{ lottery.total_pot|intcomma }} ISK