{# fortunaisk/templates/fortunaisk/USER_DASHBOARD.html #} {% extends "fortunaisk/base.html" %} {% load i18n static humanize fortunaisk_tags %} {% block page_title %} {% trans "My Dashboard" %} {% endblock page_title %} {% block details %}
{% trans "Keep track of your ticket purchases and winnings to see your luck in action!" %}
{% trans "Tickets Purchased:" %} {{ group.list.0.quantity|intcomma }} Ticket(s)
{% trans "Total Spent:" %} {{ group.list.0.amount|floatformat:2|intcomma }} ISK
{% trans "Last Purchase:" %} {% with last_purchase=group.list|last %} {{ last_purchase.purchase_date|date:"Y-m-d H:i" }} {% endwith %}
{% trans "Lottery Reference:" %} {{ win.ticket.lottery.lottery_reference }}
{% trans "Win Date:" %} {{ win.won_at|date:"Y-m-d H:i" }}
{% trans "Prize:" %} {{ win.prize_amount|floatformat:2|intcomma }} ISK