{% load static %} {% if errors %}
Error {{ status|safe }}
{% else %}
Registered
Name {{ status.name }}
Active
{% if status.active %}
{% else %}
{% endif %}
Last check
{% if status.checked %}
{{ checked }}
{% else %}
never
{% endif %}