{% with
modal_id="confirm-username-change",
modal_title="Change username?",
modal_body="Changing this username updates how the user is found and how they sign in.",
modal_confirm_text="Change username",
modal_desc="Make sure any saved references to this username are updated.",
modal_manual_submit=true
%}
{% include "partials/confirm_modal.html" %}
{% endwith %}
{% endblock %}
{% block scripts %}
{% endblock %}