{% extends "withnav_template.html" %} {% from "components/banner.html" import banner_wrapper %} {% from "components/folder-path.html" import folder_path, page_title_folder_path %} {% from "components/page-footer.html" import page_footer %} {% from "components/copy-to-clipboard.html" import copy_to_clipboard %} {% from "components/components/button/macro.njk" import usaButton %} {% block service_page_title %} {{ page_title_folder_path(current_service.get_template_path(template._template)) }} {% endblock %} {% block maincolumn_content %} {% if show_redaction_message %}
{% call banner_wrapper(type='dangerous', subhead='Are you sure you want to hide personalization after sending?') %}
{{ usaButton({ "text": "Confirm", "classes": "usa-button--secondary margin-top-2" }) }}
{% endcall %}
{% else %}

Review your message

{{ folder_path( folders=current_service.get_template_path(template._template), service_id=current_service.id, template_type='all', current_user=current_user ) }}
{% endif %}
{% include 'views/templates/_template.html' %}
{% endblock %}