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

2 lines
247 B
HTML
Raw Normal View History

2021-03-01 01:37:49 +00:00
{% 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 %}