rDrama/files/events/templates/awards.html

8 lines
313 B
HTML

<div class="awards-container">
{% for i in range(p.award_count("gingerbread", v) * 4) %}
<div class="fall-snowflake">
<img src="/i/event/awards/gingerbread.png?v=1" class="animate-spin object-contain" style="width: 40px; height: 40px;" alt="animate marsey gingerbread icon" />
</div>
{% endfor %}
</div>