{% extends 'base.html' %} {% block title %}Benutzer — DynDNS Manager{% endblock %} {% block content %}
| DynDNS-User | Subdomains | Status | |
|---|---|---|---|
| {{ u.username }} | {% for s in item.subdomains %} {% if base_domain %}{{ s.subdomain }}.{{ base_domain }}{% else %}{{ s.subdomain }}{% endif %} {% if s.current_ip %}· {{ s.current_ip }}{% endif %} {% else %} keine {% endfor %} | {% if u.active %} Aktiv {% else %} Inaktiv {% endif %} |
|
| Noch keine Benutzer. Jetzt anlegen. | |||