moviewyrm/bookwyrm/templates/snippets/generated_status/goal.html
2021-02-28 17:10:30 -08:00

1 line
211 B
HTML

{% load humanize %}{% blocktrans with count=goal.goal|intcomma year=goal.year %}set a goal to read {{ count }} book in {{ year }}{% plural %}set a goal to read {{ count }} books in {{ year }}{% endblocktrans %}