2024-04-13 22:02:54 +00:00
|
|
|
<span class="{{ profile.css_class }} {{'user-with-img' if show_image}}">
|
|
|
|
{% if show_image %}
|
|
|
|
<span class="user-img">
|
2024-04-14 05:23:14 +00:00
|
|
|
<img loading="lazy" src="{{gravatar(profile)}}">
|
2024-04-13 22:02:54 +00:00
|
|
|
</span>
|
|
|
|
{% endif %}
|
|
|
|
<a href="{{ url('user_page', profile.username) }}">
|
|
|
|
{{ profile.username }}
|
|
|
|
</a>
|
|
|
|
</span>
|