{% load i18n %}

{% blocktrans trimmed %} 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 privacy_uuid=goal.id %}