{% extends "base.html" %} {# Copyright The IETF Trust 2016-2019, All Rights Reserved #} {% load origin %} {% load static %} {% load ietf_filters %} {% load textfilters %} {% block title %}{{ doc.title }}{% endblock %} {% block content %} {% origin %} {{ top|safe }} {% include "doc/revisions_list.html" %} {% if review_req %} {% include "doc/review/request_info.html" %} {% else %}
This review has no associated review request
{% endif %} {% if doc.rev != latest_rev %}
The information below is for an old version of the document.
{% endif %} {% if doc.get_state_slug != "active" or other_reviews %} {% if doc.get_state_slug != "active" %} {% endif %} {% if other_reviews %} {% endif %}
State {% if doc.get_state.name %} {{ doc.get_state.name }} {% else %} (None) {% endif %}
Other reviews {% for review_assignment in other_reviews %} {% include "doc/review_assignment_summary.html" with current_doc_name=review_assignment.review_request.doc.name current_rev=review_assignment.reviewed_rev %} {% endfor %}
{% endif %} {% if doc.rev and content != None %}
{{ doc.name }}-{{ doc.rev }}
{{ content|maybewordwrap|urlize_ietf_docs|linkify }}
{% endif %} {% endblock %}