{% extends "base.html" %} {% block content %}

{% if is_new %}Add Host{% else %}Edit Host{% endif %}

Back {% if not is_new %}
{% endif %}
If you fill FQDN, zone/sub can auto-fill when you save.
{% if host.ssl_expires_at %}SSL expires: {{ host.ssl_expires_at.strftime("%Y-%m-%d") }}{% endif %} {% if host.last_check_at %} • last check: {{ host.last_check_at.strftime("%Y-%m-%d %H:%M") }}{% endif %} {% if host.last_error %}
Last error: {{ host.last_error }}
{% endif %}
{% endblock %}