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

2 lines
247 B
HTML

{% load i18n %}{% load humanize %}{% blocktrans 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 }}{% endblocktrans %}