{% extends "base.html" %} {% block title %}Adagios - Edit nagios.cfg{% endblock %} {% block content %}

{{ filename }}

{% if content %} {% for k,v in content %} {% if k == 'cfg_file' %} {% else %} {% if k == 'cfg_dir' %} {% else %} {% endif %} {% endif %} {% endfor %}
Attribute Value
{{ k }}{{v}}{{v}}{{v}}
{% else %}

Config File not found

{% endif %} {% endblock %}