{% spaceless %} {% load bookwyrm_tags %} <{% if anchor %}a href="{{ user.local_path }}"{% else %}span{% endif %} class="user ml-1" > {{ user.display_name }} {% if possessive %}'s{% endif %} {% if show_full and user.name or show_full and user.localname %} ({{ user.username }}) {% endif %} {% endspaceless %}