{% extends "base.html" %} {% block title %} {{ badge_set.set_id }} Badges - ttvdrops {% endblock title %} {% block content %}
| ID | Title | Description | Images | Action | |
|---|---|---|---|---|---|
{{ badge.badge_id }}
|
|
{{ badge.title }} | {{ badge.description }} | [18px] [36px] [72px] | {% if badge.click_url %} {{ badge.click_action }} {% else %} - {% endif %} |
No badges found in this set.
{% endif %} {{ set_data|safe }} {% endblock content %}