{% 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" %} {% endcache %} {% endblock %} {% block js %} {% endblock %}