2021-03-03 19:10:09 +00:00
|
|
|
{% spaceless %}
|
2020-12-13 02:25:04 +00:00
|
|
|
{% load bookwyrm_tags %}
|
2021-03-03 19:10:09 +00:00
|
|
|
|
2021-03-07 15:56:33 +00:00
|
|
|
<{% if anchor %}a href="{{ user.local_path }}"{% else %}span{% endif %}>
|
2021-03-04 22:27:49 +00:00
|
|
|
{{ user.display_name }}
|
2021-03-03 19:10:09 +00:00
|
|
|
</a>
|
|
|
|
|
|
|
|
{% if possessive %}'s{% endif %}
|
|
|
|
|
|
|
|
{% if show_full and user.name or show_full and user.localname %}
|
|
|
|
({{ user.username }})
|
|
|
|
{% endif %}
|
2021-03-04 22:27:49 +00:00
|
|
|
{% endspaceless %}
|