{% extends "base.html" %} {% block content %}
| Hostname | Client | Country | SSL Exp | Host Exp | Package | DNS | Public IP | Private IP | PVE | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{ r.fqdn }}
{% if r.sub %}
sub: {{ r.sub }}
{% else %}
apex
{% endif %}
|
{{ r.client_name or "" }} | {{ r.email or "" }} | {{ r.country or "" }} | {{ r.ssl_expires_str }} | {{ r.host_expires_str }} | {{ r.package_type or "" }} | {{ r.dns_provider or "" }} | {{ r.public_ip or "" }} | {{ r.private_ip or "" }} | {{ r.pve_host or "" }} | Edit |