{% load static %} {% if errors %}

Error {{ status|safe }}

{% else %}

Registered True
Name {{ status.name }}
Active {% if status.active %} True {% else %} True {% endif %}
Last check {% if status.checked %} {{ checked }} {% else %} never {% endif %}

{% endif %}