2022-09-05 03:01:06 +00:00
|
|
|
<a style="color:#{{user.name_color}};font-weight:bold" href="/@{{user.username}}">
|
|
|
|
<div class="profile-pic-20-wrapper">
|
|
|
|
<img loading="lazy" src="{{user.profile_url}}" class="pp20">
|
|
|
|
{% if user.hat_active -%}
|
2022-09-05 04:33:08 +00:00
|
|
|
<img class="profile-pic-20-hat hat" loading="lazy" src="{{user.hat_active}}?v=3" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{user.hat_tooltip(v)}}">
|
2022-09-05 03:01:06 +00:00
|
|
|
{%- endif %}
|
|
|
|
</div>
|
|
|
|
<span {% if user.patron %}class="patron" style="background-color:#{{user.name_color}}"{% endif %}>{{user.username}}</span>
|
|
|
|
</a>
|