{% load i18n %}

{% blocktrans %}Set a goal for how many books you'll finish reading in {{ year }}, and track your progress throughout the year.{% endblocktrans %}

{% csrf_token %}
{% include 'snippets/privacy_select.html' with no_label=True current=goal.privacy uuid=goal.id %}