{% extends 'base.html' %} {% block title %}Benutzer — DynDNS Manager{% endblock %} {% block content %}
| Subdomain | Hostname | DynDNS-User | Aktuelle IP | Letztes Update | Status | |
|---|---|---|---|---|---|---|
| {{ u.subdomain }} | {% if base_domain %}{{ u.subdomain }}.{{ base_domain }}{% else %}—{% endif %} | {{ u.username }} | {% if u.current_ip %} {{ u.current_ip }} {% else %}—{% endif %} | {{ u.last_updated or '—' }} | {% if u.active %} Aktiv {% else %} Inaktiv {% endif %} |
|
| Noch keine Benutzer. Jetzt anlegen. | ||||||