{% extends "base.html" %} {% load bootstrap %} {% block content %}
Host | IPv4 Address | IPv6 Address | Comment |
---|---|---|---|
{{ host.subdomain }}.{{ host.domain.domain }} | {{ host.get_ipv4 }} ({{ host.last_update_ipv4|timesince }}, {% if not host.ssl_update_ipv4 %}no {% endif %}SSL) | {{ host.get_ipv6 }} ({{ host.last_update_ipv6|timesince }}, {% if not host.ssl_update_ipv6 %}no {% endif %}SSL) | {{ host.comment }} |
IPv4: {{ request.session.ipv4 }}
IPv6: {{ request.session.ipv6 }}