{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin static %} {% load cache %} {% block pagehead %} {% endblock %} {% block title %}Internet-Drafts submitted during the last {{ days|default:7 }} days{% endblock %} {% block content %} {% cache 1800 recentdrafts days using="slowpages" %} {% origin %}

Internet-Drafts submitted during the last {{ days|default:7 }} days {% if pages %}
{{ pages }} pages {% endif %}

{% include "doc/search/search_results.html" with start_table=True end_table=True %} {% endcache %} {% endblock %} {% block js %} {% endblock %}