{% extends "base.html" %} {% load static %} {% load image_tags %} {% block title %} {{ campaign.title }} {% endblock title %} {% block extra_head %} {% endblock extra_head %} {% block content %}
{{ campaign.description|linebreaksbr }}
| Image | Reward | Type | Condition | iOS Reward | Codes Left | |
|---|---|---|---|---|---|---|
|
{% if reward.image_url %}
|
{{ reward.title }}
{% if reward.condition_for_minutes %}
{{ reward.condition_for_minutes }} minutes watched
{% endif %}
|
{{ reward.reward_type }} | {{ reward.condition_type }} | {{ reward.ios_based_reward|yesno:"Yes,No" }} | {% if reward.reward_type == "CODE_FIRST_COME" %}{{ reward.code_remaining_count }} | {% else %}Unlimited | {% endif %}
No rewards available for this campaign.
{% endif %} {% endblock content %}