rDrama/files/events/templates/awards.html

11 lines
439 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 %}
{% if p.award_count("snow", v) %}
<script>snow(window, document, 80 * {{p.award_count('snow'), v}});</script>
{% endif %}
</div>