diff --git a/templates/user_giveaways.html b/templates/user_giveaways.html index 5cd090a..60c4402 100644 --- a/templates/user_giveaways.html +++ b/templates/user_giveaways.html @@ -9,41 +9,60 @@ {% include 'navigation.html' %}
-

Your Won Giveaways on Server {{ guild_id }}

- - - - - - - - - - - {% for giveaway in won_giveaways %} - - - - - - - {% endfor %} - -
NamePlatformStatusAction
{{ giveaway.name }}{{ giveaway.platform }} - {% if giveaway.aktiv %} - Redeemed - {% else %} - Not Redeemed - {% endif %} - - {% if giveaway.aktiv %} - - View Key - {% else %} - - Redeem - {% endif %} -
+
+

{{ g.user_info['username'] }}'s Won Giveaways

+

Server: {{ g.guild_name }} (ID: {{ g.guild_id }})

+
+ + {% if won_giveaways %} +
+ + + + + + + + + + + {% for giveaway in won_giveaways %} + + + + + + + {% endfor %} + +
NamePlatformStatusAction
{{ giveaway.name }}{{ giveaway.platform }} + {% if giveaway.aktiv %} + Redeemed + {% else %} + Not Redeemed + {% endif %} + + {% if giveaway.aktiv %} + + + View Key + + {% else %} + + + Redeem + + {% endif %} +
+
+ {% else %} + + {% endif %}
+ + +