{% extends "checker/base.html" %} {% load checker_extras %} {% block title %}LinuxBear DNS: {{ report.domain }} — DNS & Mail Server Health Check{% endblock %} {% block domain_value %}{{ report.domain }}{% endblock %} {% block content %}
| Category | Status | Test name | Information [send feedback] |
|---|---|---|---|
| {{ cat.grouper }} | {% endif %}{% if result.status == 'pass' %}Pass {% elif result.status == 'warn' %}Warn {% elif result.status == 'error' %}Error {% else %}Info{% endif %} | {{ result.test_name }} | {{ result.information|safe }} |
Processed in {{ report.elapsed }} seconds.
{% endblock %}