{% extends "base.html" %} {% block content %}
Twitch ID: | {{ game.pk }} |
Game URL: | {{ game.game_url }} |
Game name: | {{ game.name }} |
Game box art URL: | {{ game.box_art_url }} |
{{ game.org.name }} - {{ game.org.pk }} | {% else %}No organization associated with this game. | {% endif %}
Campaign Name: | {{ drop_campaign.name }} |
|
Created at: {{ drop_campaign.created_at }} Modified at: {{ drop_campaign.modified_at }} Status: {{ drop_campaign.status }} Description: {{ drop_campaign.description }} Starts at: {{ drop_campaign.starts_at }} Ends at: {{ drop_campaign.ends_at }} More details: {{ drop_campaign.details_url }} Account Link: {{ drop_campaign.account_link_url }} |
ID | Item Name | Minutes | Image | Benefit Name |
---|---|---|---|---|
{{ item.pk }} | {{ item.name }} | {{ item.required_minutes_watched }} | {% for benefit in item.benefits.all %}
|
{{ benefit.name }} | {% endfor %}
No items associated with this drop campaign.
{% endif %} {% endfor %} {% else %}No drop campaigns associated with this game.
{% endif %}