{% extends 'base.html' %} {% load buttons %} {% load static %} {% load custom_links %} {% load helpers %} {% block title %}{{ object }}{% endblock %} {% block header %}
Device Name | {{ object.device }} |
Feature | {{ object.rule.feature.name }} |
Compliance Status | {% if object.compliance %} {% else %} {% endif %} |
Actual Configuration | {{ object.actual }} |
Intended Configuration | {{ object.intended }} |
Extra Configuration | {{ object.extra }} |
Missing Configuration | {{ object.missing }} |
Ordered | {% if object.ordered %} {% else %} {% endif %} |