{% extends "base.html" %} {% load image_tags %} {% block title %} {{ badge_set.set_id }} Badges - ttvdrops {% endblock title %} {% block content %}
{{ 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 %} |
No badges found in this set.
{% endif %} {{ set_data|safe }} {% endblock content %}