{% extends 'base.html' %} {% block title %}Dashboard — DynDNS Manager{% endblock %} {% block content %}
| Subdomain | Hostname | Aktuelle IP | Letztes Update | Updates | Status |
|---|---|---|---|---|---|
| {{ u.subdomain }} | {% if base_domain %}{{ u.subdomain }}.{{ base_domain }}{% else %}—{% endif %} | {% if u.current_ip %} {{ u.current_ip }} {% else %} noch kein Update {% endif %} | {{ u.last_updated or '—' }} | {{ u.update_count }} | {% if u.active %} Aktiv {% else %} Inaktiv {% endif %} |
| Noch keine Benutzer angelegt. | |||||
| Zeit | Benutzer | Alte IP | Neue IP | Ergebnis |
|---|---|---|---|---|
| {{ l.timestamp }} | {{ l.subdomain }} ({{ l.dyndns_username }}) | {{ l.old_ip or '—' }} | {{ l.new_ip }} | {% if l.result == 'good' %} good {% else %} error {% endif %} |
| Keine Einträge. | ||||