{% extends "base.html" %} {% block title %} {{ badge_set.set_id }} Badges - ttvdrops {% endblock title %} {% block content %}
| ID | Preview | Title | Description | Images | Action |
|---|---|---|---|---|---|
{{ badge.badge_id }}
|
|
{{ badge.title }} | {{ badge.description }} | 18px | 36px | 72px |
{% if badge.click_url %}
{{ badge.click_action|default:"visit_url" }}
{% else %}
None
{% endif %}
{% if badge.award_campaigns %}
Awarded by Drop Campaigns:
{% endif %}
|
No badges found in this set.
{% endif %} {{ set_data|safe }} {% endblock content %}