%include include_style.html%>
<%set header_title = 'Re-run Upgrade'~%>
<%set header_subtitle = "Re-run ${in.version} -> ${config.version} upgrade code~%>
<%if in.version and not in.confirm~%>
<%set header_details = "This page allows you to re-run the ${in.version} -> ${config.version} upgrade code.
Re-running this upgrade code is not recommended unless advised by Gossamer Threads support staff.
If a Gossamer Threads support staff member has advised you to do so,
click here
to run the upgrade code.
"~%>
<%else~%>
<%set header_details = ''~%>
<%endif~%>
<%include include_header.html%>
<%if in.version and in.confirm%>
<%endif%>