{% extends 'base.html' %} {% block content %}
Edit gangarc

{% for section in config_info %} {{ section.get('name') }}

{{ section.get('name') }}

{{ section.get('docstring') }} {% for option in section.get('options') %} {% endfor %}
ID Option Name Effective Value
{{ loop.index }} {{ option.get('name') }}
{{ option.get('docstring') }}
{{ option.get('value') }}
{% endfor %}
{% endblock content %}