{% extends "app/tree/preview.html" %} {% load noctags %} {% block preview %}

{{o.name}} Summary

{% if o.description %} {% endif %} {% if o.depends_on %} {% endif %} {% if o.depended_by %} {% endif %}
MIB:{{o.name}}
Description:
{{o.description}}
Last revision: {{o.last_updated}} {% if o.version %}(Rev {{ o.version }}){% endif %}
Depends on: {% for m in o.depends_on %} {{m}}
{% endfor %}
Depended by: {% for m in o.depended_by %} {{m.name}}
{% endfor %}

{{o.name}} nodes

{% for r in extra.data %} {% endfor %}
OIDNameDescriptionSyntax
{{r.oid}} {{r.name}}{% if r.aliases %}
({{ r.aliases|join:", " }}){% endif %}
{% if r.description %}
{{r.description}}
{% endif %}
{% for s in r.syntax %}{{s}}
{% endfor %}
{% endblock %}