{% extends "cone_base.html" %} {% block title %}API info{% endblock %} {% block content %}

Configuration API info


{% for item in data.api_data.columns %} {% endfor %} {% for row in data.api_data.data %} {% if row['type'] != '' %} {% for colname in data.api_data.columns %} {% endfor %} {% endif %} {% endfor %}
File{{ data.api_data.columns[item] }}
{{row['file']}}{{ row[colname]|replace('\n', '
') }}
{% endblock %}