bookwyrm/fedireads/templates/snippets/username.html

3 lines
251 B
HTML
Raw Normal View History

2020-02-22 00:03:05 +00:00
{% load fr_display %}
2020-03-10 00:53:05 +00:00
<a href="/user/{{ user | username }}" class="user">{% if user.name %}{{ user.name }}{% else %}{{ user | username }}{% endif %}</a> {% if show_full and user.name or show_full and user.localname %} ({{ user.username }}){% endif %}