<%inherit file="/layout/message.html" /> <%! title = 'PDF Server Status' %> <%def name="header()">

PDF Server status

Configuration

PDF server is installed ${status['pdfIsInstalled'] | h}
PDF server is enabled ${status['pdfIsEnabled'] | h}
SMTP server set ${status['smtpIsSet'] | h}
% for k in status['configuration']: % endfor
${k | h} ${status['configuration'][k] | h}

Test PDF generation

% if status['pdfIsEnabled']:

The blue box below is a test PDF container that tests the PDF generation service. It will take from 5-20 seconds for the PDF to show up.

\

NOTE: Firefox users will see a PDF open in a separate window. IE, Safari, and Chrome users will see the PDF directly inside the blue box

If this box is blank or no download occurs after 60 seconds, the PDF server may not be functioning correctly.

% else:

The PDF server is disabled. Enable the PDF server to see test PDF generation.

% endif