moviewyrm/bookwyrm/templates/snippets/username.html
2020-12-30 17:36:35 -08:00

3 lines
279 B
HTML

{% load bookwyrm_tags %}
<a href="{{ user.local_path }}" class="user">{% if user.name %}{{ user.name }}{% else %}{{ user | username }}{% endif %}</a>{% if possessive %}'s{% endif %}{% if show_full and user.name or show_full and user.localname %} ({{ user.username }}){% endif %}