{% extends "definitions/definitions_base.html" %} {% block content_class %}{{ block.super }} do-list{% endblock %} {% block content_area %}

Data Objects

The List

{% if root_data_object_list %} {% with root_data_object_list as data_object_children %} {% include "definitions/includes/data_object_children_list.html" %} {% endwith %} {% else %}

TinyGraph has no "DataObject" entries. Run "python manage.py create_data_objects" to populate the database.

{% endif %}

Uploaded MIBs

{% if mib_uploads %} {% endif %}
{% endblock %} {% block scripts %} {{ block.super }} {% endblock %}