{% load i18n %}
{% csrf_token %}

{% if goal %} {% trans "Cancel" as button_text %} {% include 'snippets/toggle/close_button.html' with text=button_text controls_text="show-edit-goal" %} {% endif %}