{% load i18n %}
{% csrf_token %}
{% include 'snippets/privacy_select.html' with no_label=True current=goal.privacy uuid=goal.id %}
{% if goal %} {% trans "Cancel" as button_text %} {% include 'snippets/toggle/close_button.html' with text=button_text controls_text="show_edit_goal" %} {% endif %}