{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load static %} {% block title %}IETF Datatracker{% if server_mode != "production" %} -- Development Mode{% endif %}{% endblock %} {% block content %} {% origin %}
{% if server_mode != "production" %}

Datatracker -- {{ server_mode|capfirst }} Mode

{% else %}

Datatracker

{% endif %}

The IETF Datatracker is the day-to-day front-end to the IETF database for people who work on IETF standards.
It contains data about the documents, working groups, meetings, agendas, minutes, presentations, and more, of the IETF.

The primary public face of the IETF is at www.ietf.org.

IETF Document Search

{% include "doc/search/search_form.html" %}
{% endblock content %}