moviewyrm/bookwyrm/templates/snippets/generated_status/goal.html

7 lines
268 B
HTML
Raw Normal View History

{% load i18n %}{% load humanize %}
{% blocktranslate trimmed count counter=goal.goal with counter=goal.goal year=goal.year %}
set a goal to read {{ counter }} book in {{ year }}
{% plural %}
set a goal to read {{ counter }} books in {{ year }}
{% endblocktranslate %}