{% extends "base.html" %} {% load image_tags %} {% block title %} {{ badge_set.set_id }} Badges - ttvdrops {% endblock title %} {% block content %}

{{ badge_set.set_id }}

{% if badges %} {% for badge in badges %} {% if badge.award_campaigns %}
The following campaigns have the same name as this badge and may be awarding it:
{% endif %} {% endfor %}
{{ badge.badge_id }} {% picture badge.image_url_4x alt=badge.title width=72 style="width: 72px !important; height: 72px !important; object-fit: contain" %} {{ badge.title }} {{ badge.description }} [18px] [36px] [72px] {% if badge.click_url %}{{ badge.click_action }}{% endif %}
{% else %}

No badges found in this set.

{% endif %} {{ set_data|safe }} {% endblock content %}