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

2 lines
211 B
HTML
Raw Normal View History

{% 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 %}