{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin static %} {% block pagehead %} {% endblock %} {% block title %}Document relationships{% endblock %} {% block content %} {% origin %}

Document relationships

{% for rel in relations %} {% endfor %}
Relationship Description Inverse relationship
{{ rel.name }} {{ rel.desc|linebreaksbr }} {{ rel.revname }}
{% endblock %} {% block js %} {% endblock %}