{% extends "base.html" %} {# Copyright The IETF Trust 2007, All Rights Reserved #} {% load ietf_filters %} {% block title %}{{ liaison.title }}{% endblock %} {% block content %}

Simulated Mail for Liaison Statement

Demo version of this tool does NOT actually send the liaison statement to the recipients.

Rather, the actual email body (including mail header) is displayed below.

In production mode, you will not see this screen.

From: {{ message.From }}
To: {{ message.To }}
Cc: {{ message.Cc }}
Bcc: {{ message.Bcc }}
Subject: {{ message.Subject }}

{{ mail.body }}
Return to liaison list {% endblock %}