remotes/1693045480750635534/spooky-22
kek7198 2021-12-22 07:45:22 -06:00
parent 548a9d1562
commit 3f2d101210
1 changed files with 10 additions and 0 deletions

View File

@ -214,6 +214,16 @@
{% endfor %}
</ul>
{% endif %}
{% if u.received_awards %}
<ul class="flex flex-row flex-wrap gap-2 mt-3 mb-0">
{% for a in u.received_awards %}
<li>
<i class="{{a['icon']}} {{a['color']}} fa-fw fa-sm" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-original-title="{{a['title']}} Awards received"></i>
<span class="text-gray-500 text-sm">x{{a['count']}}</span>
</li>
{% endfor %}
</ul>
{% endif %}
{% if u.friends_html or u.enemies_html %}
<div class="mt-3">
{% if u.friends_html %}