I discovered this beautiful template and I'm now using it to produce some manuals. Thank you authors

(The Legrand Orange Book template)
I came across the need to have one last page which is the back cover page and it needed to be on an even page. So I added the following to the structure.tex:
\newcommand*\cleartoleftpage{ \clearpage\ifodd\c@page \hbox{} \vspace*{\fill} \thispagestyle{empty} \newpage \fi }
This now means the command
\cleartoleftpage
\cleartoleftpage \begingroup \thispagestyle{empty} \begin{tikzpicture}[remember picture,overlay] \node[inner sep=0pt] at (current page.center) {\includegraphics[max width=\paperwidth]{backcover}}; % Background image \end{tikzpicture} \vfill \endgroup
I hope it helps someone.
BR,
PVT