Category | Test | Result |
---|---|---|
{{ test.category }} | {{ test.name }} | {% if test.result %} {% else %} {% if test.required %} {% set errors = errors + 1 %} {% else %} {% set warnings = warnings + 1 %} {% endif %} {% endif %} |
There were {{ errors }} error(s) and {{ warnings }} warning(s).
Click here to ignore errors and attempt installing anyway (not recommended).
{% else %}Click here to proceed with installation.
{% endif %} {% else %}There were no errors or warnings. Good!
{% endif %}