{% extends 'login_nav.html' %} {% block main_block %} {% if diagnostics_error %}
The diagnostic test encountered an error:
{{ diagnostics_error }}
{% endif %}
{% if diagnostics_output %}
Output of diagnostic test:
{{ diagnostics_output }}
{% endif %}
{% endblock %}