18 lines
546 B
HTML
18 lines
546 B
HTML
{% extends "base.html" %}
|
|
{# Copyright The IETF Trust 2015, All Rights Reserved #}
|
|
{% load origin %}
|
|
|
|
{% block title %}Liaison statement help{% endblock %}
|
|
|
|
{% block content %}
|
|
{% origin %}
|
|
<h1>Liaison statement help</h1>
|
|
|
|
<ul>
|
|
<li><a href="fields/">Help on fields</a></li>
|
|
<li><a href="to_ietf/">Liaison statements to the IETF - guidelines for completing the "To:" and "Cc:" fields </a></li>
|
|
<li><a href="from_ietf/">Liaison statements from the IETF - guidelines for completing the "Cc:" field</a></li>
|
|
</ul>
|
|
|
|
{% endblock %}
|