diff --git a/templates/twitch/campaign_list.html b/templates/twitch/campaign_list.html index 6481a0b..c922f07 100644 --- a/templates/twitch/campaign_list.html +++ b/templates/twitch/campaign_list.html @@ -65,103 +65,107 @@ {% if campaign.start_at <= now and campaign.end_at >= now %} {% if campaign.status == 'ACTIVE' %}
- {% else %} -
- {% endif %} - {% elif campaign.start_at > now %} -
- {% else %} -
- {% endif %} -
-
- {% if campaign.image_url %} - {{ campaign.name }} - {% else %} -
- -
- {% endif %} -
-
-
-
- {{ campaign.clean_name }}
-
-

- - {{ 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 - {% else %} - {{ campaign.status|title }} + {% else %} +
{% endif %} {% elif campaign.start_at > now %} - Upcoming - {% else %} - Expired - {% endif %} - Details +
+ {% else %} +
+ {% endif %} +
+
+ {% if campaign.image_url %} + {{ campaign.name }} + {% else %} +
+ +
+ {% endif %} +
+
+
+
+ {{ campaign.clean_name }}
+
+

+ + {{ 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 + {% else %} + {{ campaign.status|title }} + {% endif %} + {% elif campaign.start_at > now %} + Upcoming + {% else %} + Expired + {% endif %} + Details +
+
+
+ {% endfor %} +
+ {% else %} +
+ No campaigns found with the current filters. +
+ {% endif %} +
+
+
+
+ +
+
+
+
+
Quick Stats
+
+
+
+
+
+

{{ campaigns|length }}

+

Total Campaigns

+
+
+
+
+

{{ now|date:"F j, Y" }}

+

Current Date

+
+
+
- {% endfor %} -
- {% else %} -
- No campaigns found with the current filters. -
- {% endif %} -
-
- - - -
-
-
-
-
Quick Stats
-
-
-
-
-
-

{{ campaigns|length }}

-

Total Campaigns

-
-
-
-
-

{{ now|date:"F j, Y" }}

-

Current Date

-
-
-
-
-
-
-{% endblock %} + {% endblock %} \ No newline at end of file