{% extends "org_template.html" %} {% from "components/textbox.html" import textbox %} {% from "components/page-footer.html" import page_footer %} {% from "components/form.html" import form_wrapper %} {% block org_page_title %} Confirm organisation name change {% endblock %} {% block maincolumn_content %}
Your organisation name will be changed from {{ current_org.name }} to {{ new_name }}
{{ page_footer( 'Confirm', destructive=destructive, back_link=url_for('.organisation_settings', org_id=current_org.id) ) }} {% endcall %}