diff --git a/templates/twitch/campaign_list.html b/templates/twitch/campaign_list.html index c84f914..84ba3f8 100644 --- a/templates/twitch/campaign_list.html +++ b/templates/twitch/campaign_list.html @@ -4,111 +4,244 @@ Drop Campaigns - Twitch Drops Tracker {% endblock title %} {% block content %} -
- {% endif %}
- - {{ campaign.game.display_name }} -
-- {{ campaign.start_at|date:"M d, Y" }} - - {{ campaign.end_at|date:"M d, Y" }} -
- {% if campaign.start_at <= now and campaign.end_at >= now %} - {% if campaign.status == 'ACTIVE' %}Active{% endif %} - {% elif campaign.start_at > now %} - Upcoming - {% else %} - Expired - {% endif %} - Details - {% endfor %} - {% else %} - No campaigns found with the current filters. - {% endif %} - - {% if is_paginated %} -