mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-04-29 05:24:43 +00:00
6 lines
171 B
HTML
6 lines
171 B
HTML
{% load i18n %}
|
|
{% if is_self %}
|
|
{% trans "Your books" %}
|
|
{% else %}
|
|
{% blocktrans with username=user.display_name %}{{ username }}'s books{% endblocktrans %}
|
|
{% endif %}
|