{% extends 'base.html' %} {% block title %}Selinux Messages List{% endblock %} {% block content %}

Selinux suggestion List

{% for entry in suggestions %} {% endfor %}
Status Hostname suggestion
{{ entry.status }} {{ entry.hostname }} {{ entry.sugegstion }}
{% endblock %}