{% extends "base.html" %} {% load image_tags %} {% block title %} Chat Badges - ttvdrops {% endblock title %} {% block content %}
| {% picture badge.image_url_4x alt=badge.title width=36 height=36 %} |
{{ badge.title }}
{% if badge.description != badge.title %}
{{ badge.description }} {% endif %} |
No badge sets found.
run: uv run python manage.py import_chat_badges