{% extends "fortunaisk/base.html" %} {% load i18n my_filters %} {% block page_title %} {% trans "Lotteries" %} {% endblock page_title %} {% block details %}
{% trans "Discover all currently active lotteries. Good luck!" %}
{% trans "Start Date" %}: {{ info.lottery.start_date|date:"Y-m-d H:i" }}
{% trans "End Date" %}: {{ info.lottery.end_date|date:"Y-m-d H:i" }}
{% trans "Ticket Price" %}: {{ info.lottery.ticket_price }} ISK
{% trans "Payment Receiver" %}: {{ info.corporation_name }}
{% trans "Number of Winners" %}: {{ info.lottery.winner_count }}
{{ info.instructions|safe }}