{% extends "layout.html" %} {% block title %}Config{% endblock %} {% block content %} {% if cfg %}
{{ super() }} {% for i in cfg %}{% if i.split(':')[1] == 'enabled' or i.split(':')[1] == 'missing' or i.split(':')[1] == 'required' or '---' in i %}{% endif %}{% endfor %}
{% if '---' in i %}{{ i.split(':')[0] }}{% else %}{{ i.split(':')[0] }}{% endif %}
{% else %}

Error!

Install kernel headers and try again...apt-get install linux-headers-$(uname -r)

{% endif %} {% endblock %}