{% extends "kunde/base.html" %} {% load i18n %} {% load noris_extra %} {% load humanize %} {% block focus %}person{% endblock %} {% block logo %}{% endblock %} {% block titles %}{% endblock %} {% block services %}{% endblock %} {% block body_attr %}class="full_page" onload="init()"{% endblock %} {% block javascript %} {% endblock javascript %} {% block content %}
{% trans "Kunden-Angaben" %}

{% trans "Kunde" %}: {{kunden_name}}, #{{kunde_id}} {% if prio %} ({{prio}}){% endif %} {% if ueberkunde %} ({% trans "Unterkunde von" %} {{ueberkunde.id}}#{{ueberkunde.name}}) {% endif %} {% if abgelaufen %}, {% trans "abgelaufen seit" %} {{abgelaufen}} {% endif %} [{% navilink kunde.wiki %}] {% if has_monitoring %}[{% navilink kunde.monitoring %}]{% endif %} {% if anzahl_tickets %} [{% blocktrans count anzahl_tickets as n and anzahl_tickets|apnumber as anzahl %}ein offenes Ticket{% plural %}{{anzahl}} offene Tickets{% endblocktrans %}] {% endif %}

{% if hat_unterkunden %}

{{form.mit_unterkunden}}

{% trans "Unterkunden" %}: {% for ukunde in unterkunden %} {{ ukunde.name }}{% if not forloop.last %}, {% endif %} {% endfor %}

{% endif %} {% if ap_technik or ap_vertrieb %}

{% trans "Ansprechpartner" %} {% if ap_technik %}({% trans "technisch" %}): {{ap_technik}}{% if ap_vertrieb %}, {% endif %} {% endif %}{% if ap_vertrieb %}({% trans "vertrieblich" %}): {{ap_vertrieb}}{% endif %}

{% endif %}
{% if personen %}
{% trans "Personen" %}: {% blocktrans count anzahl_personen as n and anzahl_personen|apnumber as anzahl %} ein Eintrag {% plural %} {{anzahl}} Eintraege {% endblocktrans %} {% for person in personen|slice:":10" %} {% endfor %} {% if personen_unvollstaendig %} {% endif %}
{% trans "Name" %}
{% if person.name %}{{person.name}}{% else %}#{{person.id}}{% endif %}
{% trans "Weitere Eintraege vorhanden!" %}
{% endif %} {% if accounts %}
{% trans "Benutzerkonten" %}: {% blocktrans count accounts|length as n and accounts|length|apnumber as anzahl %} ein Eintrag {% plural %} {{anzahl}} Eintraege {% endblocktrans %} {% for account in accounts|slice:":10" %} {% endfor %} {% if accounts_unvollstaendig %} {% endif %}
{% trans "Benutzername" %} {% trans "Flags" %}
{% if account.user %}{{account.user}}{% else %}#{{account.id}}{% endif %} {% for flag in account.spalten %} {% if flag %}{% clevericon "accounts" flag 16 %} {% endif %} {% endfor %}
{% trans "Weitere Eintraege vorhanden!" %}
{% endif %} {% if accounts or personen %}
{% endif %} {% if domains %}
{% trans "Domains" %}: {% blocktrans count domains|length as n and domains|length|apnumber as anzahl %} ein Eintrag {% plural %} {{anzahl}} Eintraege {% endblocktrans %} {% for domain in domains|slice:":10" %} {% endfor %} {% if domains_unvollstaendig %} {% endif %}
{% trans "Domain" %} {% clevericon "accounts" "mail" 16 %}
{{domain.domain}} {{domain.rulecount}}
{% trans "Weitere Eintraege vorhanden!" %}
{% endif %} {% if ips %}
{% trans "IPs" %}: {% blocktrans count anzahl_ips as n and anzahl_ips|apnumber as anzahl %} ein Eintrag {% plural %} {{anzahl}} Eintraege {% endblocktrans %} {% for ip in ips|slice:":10" %} {% if ip.name %} {% else %} {% endif %} {% endfor %} {% if ips_unvollstaendig %} {% endif %}
{% trans "IP" %} {% trans "Netmask" %} {% trans "Hostname" %}
{{ip.ipaddr_num_display}} {% if ip.bits %}/{{ip.netbits}}{% endif %}{{ip.name}}
{% trans "Weitere Eintraege vorhanden!" %}
{% endif %}
{% if hardware %}
{% trans "Hardware" %}: {% blocktrans count hardware|length as n and hardware|length|apnumber as anzahl %} ein Eintrag {% plural %} {{anzahl}} Eintraege {% endblocktrans %} {% for hw in hardware|slice:":10" %} {% endfor %} {% if hardware_unvollstaendig %} {% endif %}
{% trans "HW-ID" %} {% trans "Bezeichnung" %} {% trans "FQDN/IP" %} {% trans "Standort" %}
{% if hw.hardware_id %}{{hw.hardware_id}}{% endif %} {{hw.name}} {% if hw.ip_id %}{{hw.ip.ipaddr_display}}{% endif %} {{hw.standort_display}}
{% trans "Weitere Eintraege vorhanden!" %}
{% endif %} {% if history %}
{% trans "24-h-Historie" %} {% include "history/part_history.html" %}
{% endif %}
{% endblock %}