{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load ietf_filters %} {% load textfilters %} {% block title %}Writeups for {{ doc.name }}-{{ doc.rev }}{% endblock %} {% block content %} {% origin %} {{ top|safe }} {% for title, subtitle, writeups in sections %}

{{ title|capfirst_allcaps }} {% if subtitle %}
{{ subtitle|safe }} {% endif %}

{% for name, text, url in writeups %} {% if name %}

{{ name }}

{% endif %} {% if text %}
{{ text|urlize_ietf_docs|linkify }}
{% endif %} {% if can_edit %}

{% if text %} Edit {% else %} Generate {% endif %} {{ name|lower_allcaps }}

{% endif %} {% endfor %} {% endfor %} {% endblock %}