{% extends "header.html" %} {% import 'macros.html' as macros %} {% import 'wtf-fork.html' as wtf %} {% import 'elements.html' as elm %} {% block title %} Extra: {{ hostname }} {% endblock %} {% block content %}

Extra groups on {{ hostname }}

{% if not host_diff %}

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

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