{% extends "header.html" %} {% import 'macros.html' as macros %} {% import 'wtf-fork.html' as wtf %} {% import 'elements.html' as elm %} {% block title %} {% if hostname %} Invalid groups: {{ hostname }} {% else %} Invalid groups by host {% endif %} {% endblock %} {% block content %}
{% if hostname %}

Invalid groups on {{ hostname }}

{% else %}

Invalid groups by host

{% endif %}
{% if not hostname %}

Enter hostname to field at top

{% elif host_diff == None %}

Information by {{ hostname }} not found. Maybe host does not exist.

{% elif not host_diff %}

Between gencfg data and host data there are no differences in host {{ hostname }}

{% else %} {% endif %}
{{ elm.footer() }} {% endblock %}